aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_feed.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_feed.yml b/phpBB/config/default/container/services_feed.yml
index d3e7924f2f..b7ef1f9b6d 100644
--- a/phpBB/config/default/container/services_feed.yml
+++ b/phpBB/config/default/container/services_feed.yml
@@ -18,6 +18,7 @@ services:
class: phpbb\feed\helper
arguments:
- '@config'
+ - '@path_helper'
- '@user'
- '%core.root_path%'
- '%core.php_ext%'