mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 17:11:53 +02:00
[ticket/16008] Unindent YML comments
PHPBB3-16008
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
# ----- Auth management -----
|
# ----- Auth management -----
|
||||||
auth:
|
auth:
|
||||||
class: phpbb\auth\auth
|
class: phpbb\auth\auth
|
||||||
|
|
||||||
# ----- Auth providers -----
|
# ----- Auth providers -----
|
||||||
auth.provider_collection:
|
auth.provider_collection:
|
||||||
class: phpbb\auth\provider_collection
|
class: phpbb\auth\provider_collection
|
||||||
arguments:
|
arguments:
|
||||||
@@ -70,7 +70,7 @@ services:
|
|||||||
tags:
|
tags:
|
||||||
- { name: auth.provider }
|
- { name: auth.provider }
|
||||||
|
|
||||||
# ----- OAuth services providers -----
|
# ----- OAuth services providers -----
|
||||||
auth.provider.oauth.service_collection:
|
auth.provider.oauth.service_collection:
|
||||||
class: phpbb\di\service_collection
|
class: phpbb\di\service_collection
|
||||||
arguments:
|
arguments:
|
||||||
|
Reference in New Issue
Block a user