aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_ucp.yml
blob: 44e97cb5460f51d172a959bdd3da5d03832154fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
services:
    phpbb.ucp.controller.reset_password:
        class: phpbb\ucp\controller\reset_password
        arguments:
            - '@config'
            - '@dbal.conn'
            - '@dispatcher'
            - '@controller.helper'
            - '@language'
            - '@log'
            - '@passwords.manager'
            - '@request'
            - '@template'
            - '@user'
            - '%tables%'
            - '%core.root_path%'
            - '%core.php_ext%'