mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/16008] Unindent YML comments
PHPBB3-16008
This commit is contained in:
parent
0b39e4e854
commit
76b4a2faab
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
services:
|
||||
# ----- Auth management -----
|
||||
# ----- Auth management -----
|
||||
auth:
|
||||
class: phpbb\auth\auth
|
||||
|
||||
# ----- Auth providers -----
|
||||
# ----- Auth providers -----
|
||||
auth.provider_collection:
|
||||
class: phpbb\auth\provider_collection
|
||||
arguments:
|
||||
|
@ -70,7 +70,7 @@ services:
|
|||
tags:
|
||||
- { name: auth.provider }
|
||||
|
||||
# ----- OAuth services providers -----
|
||||
# ----- OAuth services providers -----
|
||||
auth.provider.oauth.service_collection:
|
||||
class: phpbb\di\service_collection
|
||||
arguments:
|
||||
|
|
Loading…
Add table
Reference in a new issue