diff options
Diffstat (limited to 'phpBB/config/console.yml')
-rw-r--r-- | phpBB/config/console.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml index 00b8f9cec0..f4beb1c089 100644 --- a/phpBB/config/console.yml +++ b/phpBB/config/console.yml @@ -1,4 +1,10 @@ services: + console.command_collection: + class: phpbb\di\service_collection + arguments: + - @service_container + tags: + - { name: service_collection, tag: console.command } console.command.cache.purge: class: phpbb\console\command\cache\purge arguments: |