mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/13146] FIxed wrong order in config/content.yml
PHPBB3-13146
This commit is contained in:
parent
10a4f79135
commit
f045744606
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@ services:
|
||||||
class: phpbb\content_visibility
|
class: phpbb\content_visibility
|
||||||
arguments:
|
arguments:
|
||||||
- @auth
|
- @auth
|
||||||
- @phpbb_dispatcher
|
|
||||||
- @config
|
- @config
|
||||||
|
- @phpbb_dispatcher
|
||||||
- @dbal.conn
|
- @dbal.conn
|
||||||
- @user
|
- @user
|
||||||
- %core.root_path%
|
- %core.root_path%
|
||||||
|
|
Loading…
Add table
Reference in a new issue