Files
phpbb_board3-portal_tlw/root/config/services.yml
Marc Alexander 53436e790c [fix/namespaces] Fix portal after adding namespaces
B3P-FIX-NAMESPACES
2013-10-17 21:42:43 +02:00

13 lines
286 B
YAML

services:
board3.portal.main:
class: \board3\portal\controller\main
arguments:
- @auth
- @config
- @template
- @user
- @path_helper
- %core.root_path%
- .%core.php_ext%