mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18: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:
|
controller.helper:
|
||||||
class: phpbb_controller_helper
|
class: phpbb_controller_helper
|
||||||
arguments:
|
arguments:
|
||||||
- @service_container
|
- @template
|
||||||
|
- @user
|
||||||
|
- %core.root_path%
|
||||||
|
- .%core.php_ext%
|
||||||
|
|
||||||
controller.resolver:
|
controller.resolver:
|
||||||
class: phpbb_controller_resolver
|
class: phpbb_controller_resolver
|
||||||
|
|
Loading…
Add table
Reference in a new issue