[feature/module_services] Move welcome module to module services

This commit is contained in:
Marc Alexander
2013-11-17 01:38:11 +01:00
parent 12db763560
commit 06bc28ed5a
5 changed files with 123 additions and 77 deletions

View File

@@ -308,3 +308,14 @@ services:
- %core.php_ext%
tags:
- { name: board3.module }
board3.module.welcome:
class: \board3\portal\modules\welcome
arguments:
- @config
- @template
- @user
- %core.root_path%
- %core.php_ext%
tags:
- { name: board3.module }