[feature/module_services] Move whois_online to module services

This commit is contained in:
Marc Alexander
2013-11-17 01:52:24 +01:00
parent 06bc28ed5a
commit 64ee68568b
3 changed files with 73 additions and 39 deletions

View File

@@ -319,3 +319,15 @@ services:
- %core.php_ext%
tags:
- { name: board3.module }
board3.module.whois_online:
class: \board3\portal\modules\whois_online
arguments:
- @auth
- @dbal.conn
- @template
- @user
- %core.root_path%
- %core.php_ext%
tags:
- { name: board3.module }