mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13904] Switch around constructor arguments
PHPBB3-13904
This commit is contained in:
@@ -12,8 +12,8 @@ services:
|
||||
scope: prototype
|
||||
arguments:
|
||||
- @filesystem
|
||||
- @php_ini
|
||||
- @language
|
||||
- @php_ini
|
||||
- %core.root_path%
|
||||
- @mimetype.guesser
|
||||
- @plupload
|
||||
@@ -24,8 +24,8 @@ services:
|
||||
arguments:
|
||||
- @filesystem
|
||||
- @files.factory
|
||||
- @php_ini
|
||||
- @language
|
||||
- @php_ini
|
||||
- @request
|
||||
- %core.root_path%
|
||||
|
||||
|
Reference in New Issue
Block a user