Version 0.1.2

This commit is contained in:
dmzx
2015-08-22 21:32:33 +02:00
parent 3a4ac22d8c
commit 5ba5026c44
17 changed files with 214 additions and 253 deletions

View File

@@ -40,6 +40,7 @@ services:
- @cache
- @pagination
- @request
- @dispatcher
- %core.root_path%
- %core.php_ext%
- %core.table_prefix%
@@ -53,6 +54,7 @@ services:
- @log
- @dbal.conn
- @cache
- @service_container
- %core.table_prefix%
- %dmzx.mchat.table.mchat%
- %dmzx.mchat.table.mchat_config%
@@ -67,6 +69,7 @@ services:
- @template
- @user
- @dbal.conn
- @service_container
- %core.root_path%
- %core.php_ext%
- %core.table_prefix%