aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_files.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/default/container/services_files.yml b/phpBB/config/default/container/services_files.yml
index cf51ebdab8..ba1fdb4c9a 100644
--- a/phpBB/config/default/container/services_files.yml
+++ b/phpBB/config/default/container/services_files.yml
@@ -37,7 +37,7 @@ services:
- '@request'
files.types.local:
- class: phpbb\files\types\form
+ class: phpbb\files\types\local
shared: false
arguments:
- '@files.factory'