mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[feature/auth-refactor] Start turning auth providers into services
Creates auth_provider.yml and includes auth_providers.yml in services.yml. PHPBB3-9734
This commit is contained in:
parent
0633666e2b
commit
6601c3d64e
2 changed files with 2 additions and 0 deletions
1
phpBB/config/auth_providers.yml
Normal file
1
phpBB/config/auth_providers.yml
Normal file
|
@ -0,0 +1 @@
|
|||
services:
|
|
@ -5,6 +5,7 @@ imports:
|
|||
- { resource: migrator.yml }
|
||||
- { resource: avatars.yml }
|
||||
- { resource: feed.yml }
|
||||
- { resource: auth_providers.yml }
|
||||
|
||||
services:
|
||||
auth:
|
||||
|
|
Loading…
Add table
Reference in a new issue