Skip to content

Commit

Permalink
fix: slog.js里面的slogService定义被删了
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Mar 14, 2017
1 parent f0573d8 commit 488d258
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
var ioc = {
$aop_slog : {
type : "org.nutz.plugins.slog.aop.SlogAopConfigration"
}
},
slogService : {
type : "org.nutz.plugins.slog.service.SlogService",
fields : {
dao : {refer:"dao"}
}
}
}

0 comments on commit 488d258

Please sign in to comment.