diff options
| -rw-r--r-- | phpBB/config/default/container/services_console.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml index 77f8338b44..2055fb68c5 100644 --- a/phpBB/config/default/container/services_console.yml +++ b/phpBB/config/default/container/services_console.yml @@ -188,8 +188,8 @@ services:          arguments:              - '@user'              - '@text_reparser.lock' -            - '@text_reparser_collection'              - '@text_reparser.manager' +            - '@text_reparser_collection'          tags:              - { name: console.command }  | 
