1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 05:12:37 +02:00

[ticket/15311] Move get_temp_dir to another service

PHPBB3-15311
This commit is contained in:
Rubén Calvo
2018-05-30 23:15:31 +02:00
parent d156bf3757
commit b43268e8fc
52 changed files with 160 additions and 130 deletions

View File

@@ -71,11 +71,10 @@ services:
arguments:
- '@config'
- '@files.factory'
- '@filesystem'
- '@temp'
- '@language'
- '@php_ini'
- '@request'
- '%core.root_path%'
files.types.remote_storage:
class: phpbb\files\types\remote_storage
@@ -83,8 +82,7 @@ services:
arguments:
- '@config'
- '@files.factory'
- '@filesystem'
- '@temp'
- '@language'
- '@php_ini'
- '@request'
- '%core.root_path%'