1
0
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:
Carlo
2014-07-12 17:19:43 +02:00
parent 0d6fe20372
commit b95ab44028
2 changed files with 11 additions and 6 deletions

View File

@@ -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: