Removed unused dependencies & code cleanup

This commit is contained in:
kasimi
2015-12-19 22:45:42 +01:00
parent 90ef1c717e
commit 7f503c2f35
9 changed files with 574 additions and 721 deletions

View File

@@ -8,15 +8,14 @@ services:
- @dmzx.mchat.functions_mchat
- @config
- @template
- @log
- @user
- @service_container
- @dbal.conn
- @cache
- @request
- @ext.manager
- %core.root_path%
- %core.php_ext%
- %core.table_prefix%
- %dmzx.mchat.table.mchat_config%
dmzx.mchat.controller:
class: dmzx\mchat\controller\mchat
@@ -35,13 +34,11 @@ services:
- @user
- @auth
- @dbal.conn
- @cache
- @pagination
- @request
- @dispatcher
- %core.root_path%
- %core.php_ext%
- %core.table_prefix%
- %dmzx.mchat.table.mchat%
dmzx.mchat.functions_mchat:
class: dmzx\mchat\core\functions_mchat
@@ -52,7 +49,6 @@ services:
- @log
- @dbal.conn
- @cache
- %core.table_prefix%
- %dmzx.mchat.table.mchat%
- %dmzx.mchat.table.mchat_config%
- %dmzx.mchat.table.mchat_sessions%
@@ -66,9 +62,7 @@ services:
- @template
- @user
- @dbal.conn
- @service_container
- %core.php_ext%
- %core.table_prefix%
- %dmzx.mchat.table.mchat%
tags:
- { name: event.listener }