[feature/controller] Add routing and services files

B3P-114
This commit is contained in:
Marc Alexander
2013-01-09 18:22:44 +01:00
parent 93b3291de9
commit 632c7ab24f
2 changed files with 19 additions and 0 deletions

11
root/config/services.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
board3.portal.main:
class: phpbb_ext_board3_portal_controller_main
arguments:
- @auth
- @config
- @template
- @user
- %core.root_path%
- .%core.php_ext%