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

[ticket/13713] Add two new sources: member and team

PHPBB3-13713
This commit is contained in:
lavigor
2018-06-09 18:56:26 +03:00
committed by Marc Alexander
parent c70ac7eb62
commit 52c2e11fdd
3 changed files with 93 additions and 0 deletions

View File

@@ -27,6 +27,26 @@ services:
tags:
- { name: mention.source }
phpbb.mention.source.member:
class: phpbb\mention\source\member
arguments:
- '@dbal.conn'
- '@user_loader'
- '%core.root_path%'
- '%core.php_ext%'
tags:
- { name: mention.source }
phpbb.mention.source.team:
class: phpbb\mention\source\team
arguments:
- '@dbal.conn'
- '@user_loader'
- '%core.root_path%'
- '%core.php_ext%'
tags:
- { name: mention.source }
phpbb.mention.source.topic:
class: phpbb\mention\source\topic
arguments: