mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/controller] Update helper service given constructor change
PHPBB3-10864
This commit is contained in:
parent
46cb0fb068
commit
5877bf1b1b
1 changed files with 6 additions and 3 deletions
|
@ -47,7 +47,10 @@ services:
|
|||
controller.helper:
|
||||
class: phpbb_controller_helper
|
||||
arguments:
|
||||
- @service_container
|
||||
- @template
|
||||
- @user
|
||||
- %core.root_path%
|
||||
- .%core.php_ext%
|
||||
|
||||
controller.resolver:
|
||||
class: phpbb_controller_resolver
|
||||
|
@ -64,7 +67,7 @@ services:
|
|||
|
||||
controller.provider:
|
||||
class: phpbb_controller_provider
|
||||
|
||||
|
||||
cron.task_collection:
|
||||
class: phpbb_di_service_collection
|
||||
arguments:
|
||||
|
@ -113,7 +116,7 @@ services:
|
|||
- %core.root_path%
|
||||
- .%core.php_ext%
|
||||
- @cache.driver
|
||||
|
||||
|
||||
ext.finder:
|
||||
class: phpbb_extension_finder
|
||||
arguments:
|
||||
|
|
Loading…
Add table
Reference in a new issue