mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/13844] Add events
PHPBB3-13844
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user