diff options
Diffstat (limited to 'phpBB/config/default/container/services.yml')
-rw-r--r-- | phpBB/config/default/container/services.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services.yml b/phpBB/config/default/container/services.yml index 288785201c..9bbcdcbd57 100644 --- a/phpBB/config/default/container/services.yml +++ b/phpBB/config/default/container/services.yml @@ -110,6 +110,12 @@ services: file_downloader: class: phpbb\file_downloader + file_locator: + class: phpbb\routing\file_locator + arguments: + - @filesystem + - %core.root_path% + group_helper: class: phpbb\group\helper arguments: |