aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_ucp.yml
blob: 861fa4ac75098a4b3201b376f63f9e1f97314868 (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.users%'
            - '%core.root_path%'
            - '%core.php_ext%'