diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-08-25 17:08:03 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-08-25 17:08:03 +0200 |
commit | a8425e1f5046c07ad0baaf1cf1acb372d3dc0802 (patch) | |
tree | 21f7cfcd1b7b22f54d04579d4ddccc118ac4d845 /phpBB/config | |
parent | e103b2f0cc8c8317ce4cb2ca8c4e0e42fca283a2 (diff) | |
download | forums-a8425e1f5046c07ad0baaf1cf1acb372d3dc0802.tar forums-a8425e1f5046c07ad0baaf1cf1acb372d3dc0802.tar.gz forums-a8425e1f5046c07ad0baaf1cf1acb372d3dc0802.tar.bz2 forums-a8425e1f5046c07ad0baaf1cf1acb372d3dc0802.tar.xz forums-a8425e1f5046c07ad0baaf1cf1acb372d3dc0802.zip |
[feature/dic] Fix re-ordering of services
PHPBB3-10739
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index a4e96a3797..84de37c28c 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -98,6 +98,17 @@ services: request: class: phpbb_request + style: + class: phpbb_style + arguments: + - %core.root_path% + - %core.php_ext% + - @config + - @user + - @style.resource_locator + - @style.path_provider_ext + - @template + style.resource_locator: class: phpbb_style_resource_locator @@ -120,16 +131,5 @@ services: - @style.resource_locator - @style.path_provider_ext - style: - class: phpbb_style - arguments: - - %core.root_path% - - %core.php_ext% - - @config - - @user - - @style.resource_locator - - @style.path_provider_ext - - @template - user: class: phpbb_user |