mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 09:01:29 +02: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:
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: migrator.yml }
|
||||||
- { resource: avatars.yml }
|
- { resource: avatars.yml }
|
||||||
- { resource: feed.yml }
|
- { resource: feed.yml }
|
||||||
|
- { resource: auth_providers.yml }
|
||||||
|
|
||||||
services:
|
services:
|
||||||
auth:
|
auth:
|
||||||
|
Reference in New Issue
Block a user