mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 11:40:08 +02:00
[ticket/13647] Move FAQ page to a controller
PHPBB3-13647
This commit is contained in:
10
phpBB/config/default/container/services_help.yml
Normal file
10
phpBB/config/default/container/services_help.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
phpbb.help.controller:
|
||||
class: phpbb\help\controller\help
|
||||
arguments:
|
||||
- @controller.helper
|
||||
- @dispatcher
|
||||
- @template
|
||||
- @user
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
Reference in New Issue
Block a user