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}
defaults: { _controller: dmzx.mchat.main.controller:action }
requirements:
action: 'add|edit|del|clean|refresh|whois'
action: 'add|edit|del|refresh|whois'

View File

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