1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/13844] Add events

PHPBB3-13844
This commit is contained in:
Joas Schilling
2015-05-20 00:23:42 +02:00
parent 6dcc14bc58
commit 077051fef5
4 changed files with 63 additions and 17 deletions

View File

@@ -2,14 +2,14 @@ services:
phpbb.help.manager:
class: phpbb\help\manager
arguments:
- @template
- @dispatcher
- @language
- @template
phpbb.help.controller.bbcode:
class: phpbb\help\controller\bbcode
arguments:
- @controller.helper
- @dispatcher
- @phpbb.help.manager
- @template
- @language
@@ -20,7 +20,6 @@ services:
class: phpbb\help\controller\faq
arguments:
- @controller.helper
- @dispatcher
- @phpbb.help.manager
- @template
- @language