[feature/module_services] Move news module to module services

This commit is contained in:
Marc Alexander
2013-11-17 00:07:26 +01:00
parent bfe396eec9
commit 95a9c7a642
3 changed files with 162 additions and 87 deletions

View File

@@ -191,6 +191,20 @@ services:
tags:
- { name: board3.module }
board3.module.news:
class: \board3\portal\modules\news
arguments:
- @auth
- @cache
- @config
- @dbal.conn
- @template
- %core.root_path%
- %core.php_ext%
- @user
tags:
- { name: board3.module }
board3.module.search:
class: \board3\portal\modules\search
arguments: