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
|
||||
|
|
Loading…
Add table
Reference in a new issue