diff options
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/content.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/content.yml b/phpBB/config/content.yml index caeb1a4161..4212a1ab2e 100644 --- a/phpBB/config/content.yml +++ b/phpBB/config/content.yml @@ -3,8 +3,8 @@ services: class: phpbb\content_visibility arguments: - @auth - - @phpbb_dispatcher - @config + - @phpbb_dispatcher - @dbal.conn - @user - %core.root_path% |