mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[feature/twig] Remove style dependency for controller helper
If a controller wants to use set_style, it can just use phpbb_style PHPBB3-11598
This commit is contained in:
@@ -69,7 +69,6 @@ services:
|
||||
controller.helper:
|
||||
class: phpbb_controller_helper
|
||||
arguments:
|
||||
- @style
|
||||
- @template
|
||||
- @user
|
||||
- %core.root_path%
|
||||
|
Reference in New Issue
Block a user