1
0
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:
Nathan Guse
2013-07-05 12:11:59 -05:00
parent 1f4a717f9e
commit 13c3565454
3 changed files with 2 additions and 26 deletions

View File

@@ -69,7 +69,6 @@ services:
controller.helper:
class: phpbb_controller_helper
arguments:
- @style
- @template
- @user
- %core.root_path%