1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 18:26:32 +02:00

[ticket/12574] Clean up dependencies of db auth provider

PHPBB3-12574
This commit is contained in:
Marc Alexander
2019-11-01 14:37:27 +01:00
parent 9e0c3fc81e
commit a00b8c2920
3 changed files with 55 additions and 24 deletions

View File

@@ -15,12 +15,12 @@ services:
auth.provider.db:
class: phpbb\auth\provider\db
arguments:
- '@dbal.conn'
- '@captcha.factory'
- '@config'
- '@dbal.conn'
- '@passwords.manager'
- '@request'
- '@user'
- '@service_container'
- '%core.root_path%'
- '%core.php_ext%'
tags: