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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user