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