diff options
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index fdd8a33135..45ad108ef9 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -103,6 +103,7 @@ services: class: phpbb\controller\resolver arguments: - @user + - %core.root_path% - @service_container - @template |