Files
phpbb_board3-portal_tlw/config/services.yml
Marc Alexander 0ed406ae04 [fix/folders] move files up one level
Root folder now equals the root folder of the extension.
2013-10-29 18:19:15 +01: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%