1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[feature/dic] Fix re-ordering of services

PHPBB3-10739
This commit is contained in:
Igor Wiedler
2012-08-25 17:08:03 +02:00
parent e103b2f0cc
commit a8425e1f50

View File

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