diff options
-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 4212a1ab2e..4d9ee31335 100644 --- a/phpBB/config/content.yml +++ b/phpBB/config/content.yml @@ -4,7 +4,7 @@ services: arguments: - @auth - @config - - @phpbb_dispatcher + - @dispatcher - @dbal.conn - @user - %core.root_path% |