diff options
Diffstat (limited to 'phpBB/config/services.yml')
-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 cca655263f..d32b665039 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -288,6 +288,7 @@ services: - @template - @user - @controller.helper + - @dispatcher path_helper: class: phpbb\path_helper |