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