Update 0.0.5

Update 0.0.5
This commit is contained in:
dmzx
2015-03-18 07:46:45 +01:00
parent ab8103a8bb
commit 8da5abba52
12 changed files with 1223 additions and 1076 deletions

View File

@@ -1,6 +1,12 @@
services:
dmzx.mchat.controller:
class: dmzx\mchat\controller\mchat
arguments:
- @dmzx.mchat.render_helper
- @controller.helper
- @request
dmzx.mchat.render_helper:
class: dmzx\mchat\core\render_helper
arguments:
- @dmzx.mchat.functions_mchat
- @config
@@ -26,6 +32,7 @@ services:
dmzx.mchat.listener:
class: dmzx\mchat\event\listener
arguments:
- @dmzx.mchat.render_helper
- @auth
- @config
- @controller.helper