[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:
Joseph Warner 2013-06-20 21:29:16 -04:00
parent 0633666e2b
commit 6601c3d64e
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
services:

View file

@ -5,6 +5,7 @@ imports:
- { resource: migrator.yml }
- { resource: avatars.yml }
- { resource: feed.yml }
- { resource: auth_providers.yml }
services:
auth: