mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/13803] Added text_reparser_collection service
PHPBB3-13803
This commit is contained in:
parent
132282634f
commit
25ce302a60
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
||||||
services:
|
services:
|
||||||
|
text_reparser_collection:
|
||||||
|
class: phpbb\di\service_collection
|
||||||
|
arguments:
|
||||||
|
- @service_container
|
||||||
|
tags:
|
||||||
|
- { name: service_collection, tag: text_reparser.plugin }
|
||||||
|
|
||||||
text_reparser.contact_admin_info:
|
text_reparser.contact_admin_info:
|
||||||
class: phpbb\textreparser\plugins\contact_admin_info
|
class: phpbb\textreparser\plugins\contact_admin_info
|
||||||
arguments:
|
arguments:
|
||||||
|
|
Loading…
Add table
Reference in a new issue