mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[feature/dic] Fix re-ordering of services
PHPBB3-10739
This commit is contained in:
parent
e103b2f0cc
commit
a8425e1f50
1 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue