From a8425e1f5046c07ad0baaf1cf1acb372d3dc0802 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sat, 25 Aug 2012 17:08:03 +0200 Subject: [PATCH] [feature/dic] Fix re-ordering of services PHPBB3-10739 --- phpBB/config/services.yml | 22 +++++++++++----------- 1 file 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