mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[feature/dic] Fix re-ordering of services
PHPBB3-10739
This commit is contained in:
@@ -98,6 +98,17 @@ services:
|
|||||||
request:
|
request:
|
||||||
class: phpbb_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:
|
style.resource_locator:
|
||||||
class: phpbb_style_resource_locator
|
class: phpbb_style_resource_locator
|
||||||
|
|
||||||
@@ -120,16 +131,5 @@ services:
|
|||||||
- @style.resource_locator
|
- @style.resource_locator
|
||||||
- @style.path_provider_ext
|
- @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:
|
user:
|
||||||
class: phpbb_user
|
class: phpbb_user
|
||||||
|
Reference in New Issue
Block a user