aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_help.yml
blob: ae3eafe7b09721ce27805c843e3dab3301330f90 (plain)
1
2
3
4
5
6
7
8
9
10
services:
    phpbb.help.controller:
        class: phpbb\help\controller\help
        arguments:
            - @controller.helper
            - @dispatcher
            - @template
            - @user
            - %core.root_path%
            - %core.php_ext%