mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 20:11:54 +02:00
[ticket/14257] Add text_reparser manager
PHPBB3-14257
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
services:
|
||||
text_reparser.manager:
|
||||
class: phpbb\textreparser\manager
|
||||
arguments:
|
||||
- @config
|
||||
- @config_text
|
||||
- @text_reparser_collection
|
||||
|
||||
text_reparser.lock:
|
||||
class: phpbb\lock\db
|
||||
arguments:
|
||||
|
Reference in New Issue
Block a user