diff options
Diffstat (limited to 'phpBB/config/default/container/services_files.yml')
-rw-r--r-- | phpBB/config/default/container/services_files.yml | 2 |
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' |