1.0.0.rc1 update

This commit is contained in:
talonos
2016-02-18 19:55:20 +00:00
parent f2774388d9
commit 4c6efd9933
2 changed files with 3 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ dmzx_mchat_action_controller:
path: /mchat-{action} path: /mchat-{action}
defaults: { _controller: dmzx.mchat.main.controller:action } defaults: { _controller: dmzx.mchat.main.controller:action }
requirements: requirements:
action: 'add|edit|del|clean|refresh|whois' action: 'add|edit|del|refresh|whois'

View File

@@ -9,9 +9,10 @@ services:
- '@template' - '@template'
- '@log' - '@log'
- '@user' - '@user'
- '@dbal.conn'
- '@cache' - '@cache'
- '@request' - '@request'
- '@ext.manager' - '%dmzx.mchat.table.mchat%'
- '%core.root_path%' - '%core.root_path%'
- '%core.php_ext%' - '%core.php_ext%'
dmzx.mchat.main.controller: dmzx.mchat.main.controller: