aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_files.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_files.yml b/phpBB/config/default/container/services_files.yml
index cd27d0745c..8f3357022c 100644
--- a/phpBB/config/default/container/services_files.yml
+++ b/phpBB/config/default/container/services_files.yml
@@ -2,6 +2,11 @@ services:
filesystem:
class: phpbb\filesystem\filesystem
+ files.factory:
+ class: phpbb\files\factory
+ arguments:
+ - @service_container
+
files.filespec:
class: phpbb\files\filespec
scope: prototype
@@ -15,3 +20,4 @@ services:
scope: prototype
arguments:
- @filesystem
+ - @files.factory