1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13713] Start working on User Mentions

PHPBB3-13713
This commit is contained in:
lavigor
2018-05-17 04:50:37 +03:00
committed by Marc Alexander
parent 726c90668e
commit f757e65559
5 changed files with 136 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ imports:
- { resource: services_help.yml }
- { resource: services_http.yml }
- { resource: services_language.yml }
- { resource: services_mention.yml }
- { resource: services_migrator.yml }
- { resource: services_mimetype_guesser.yml }
- { resource: services_module.yml }

View File

@@ -24,6 +24,11 @@ phpbb_help_routing:
resource: help.yml
prefix: /help
phpbb_mention_controller:
path: /mention
methods: [GET, POST]
defaults: { _controller: phpbb.mention.controller:handle }
phpbb_report_routing:
resource: report.yml