diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-05-29 23:05:11 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-05-30 17:29:43 +0200 |
commit | 25ce302a605952e0a38605c6255c5ad212c2b4c6 (patch) | |
tree | 546ce67e0d9478452f7411212e182d441ff95326 /phpBB/config | |
parent | 132282634ff746c6c4627b87e307df3748f7bbd9 (diff) | |
download | forums-25ce302a605952e0a38605c6255c5ad212c2b4c6.tar forums-25ce302a605952e0a38605c6255c5ad212c2b4c6.tar.gz forums-25ce302a605952e0a38605c6255c5ad212c2b4c6.tar.bz2 forums-25ce302a605952e0a38605c6255c5ad212c2b4c6.tar.xz forums-25ce302a605952e0a38605c6255c5ad212c2b4c6.zip |
[ticket/13803] Added text_reparser_collection service
PHPBB3-13803
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/default/container/services_text_reparser.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_text_reparser.yml b/phpBB/config/default/container/services_text_reparser.yml index f25728d9c8..5d54e8dc82 100644 --- a/phpBB/config/default/container/services_text_reparser.yml +++ b/phpBB/config/default/container/services_text_reparser.yml @@ -1,4 +1,11 @@ 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: class: phpbb\textreparser\plugins\contact_admin_info arguments: |