1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[feature/auth-refactor] Convert provider_apache to a service

Removes globals from provider_apache and turns it into a service.

PHPBB3-9734
This commit is contained in:
Joseph Warner
2013-06-20 22:21:22 -04:00
parent c253189e85
commit c9062fc1ee
2 changed files with 55 additions and 41 deletions

View File

@@ -11,7 +11,12 @@ services:
auth.provider.apache:
class: phpbb_auth_provider_apache
arguments:
- @dbal.conn
- @config
- @request
- @user
- %core.root_path%
- %core.php_ext%
auth.provider.ldap:
class: phpbb_auth_provider_ldap
arguments: