mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12685] Add console collection and fixing CLI
Added a commands service collection and removed CLI container PHPBB3-12685
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user