1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13904] Switch around constructor arguments

PHPBB3-13904
This commit is contained in:
Marc Alexander
2015-08-26 16:18:10 +02:00
parent cdde86ce7e
commit 36545d5cbe
7 changed files with 36 additions and 44 deletions

View File

@@ -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%