aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-07-17 16:03:55 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-17 16:03:55 +0200
commit42477861a45935b10285a1434f4ffaf5b199c5c2 (patch)
tree800c39bba49eba389c25760deb73069c7f57d36b /phpBB/config
parent0d2a4780769e0e8d7b47c3a954c6dcecddcce581 (diff)
parent7f4d4250066eadb6badd43c4ce1b8f2f84e083cf (diff)
downloadforums-42477861a45935b10285a1434f4ffaf5b199c5c2.tar
forums-42477861a45935b10285a1434f4ffaf5b199c5c2.tar.gz
forums-42477861a45935b10285a1434f4ffaf5b199c5c2.tar.bz2
forums-42477861a45935b10285a1434f4ffaf5b199c5c2.tar.xz
forums-42477861a45935b10285a1434f4ffaf5b199c5c2.zip
Merge pull request #2576 from carlo94it/ticket/12685
[ticket/12685] New CLI container for load extensions * carlo94it/ticket/12685: [ticket/12685] Setup class loader for extensions only if not in safe mode [ticket/12685] Replace getParameterOption with hasParameterOption [ticket/12685] Do not dump container [ticket/12685] Override getDefaultInputDefinition() [ticket/12685] Removed unused USE statement [ticket/12685] Inject console.command_collection instead of the container [ticket/12685] Add a new line [ticket/12685] Container is dumped by default [ticket/12685] Removed spaces [ticket/12685] Add --safe-mode [ticket/12685] We need extensions enabled [ticket/12685] Add space after foreach [ticket/12685] Add console collection and fixing CLI
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/console.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml
index 00b8f9cec0..06ea0e317f 100644
--- a/phpBB/config/console.yml
+++ b/phpBB/config/console.yml
@@ -1,4 +1,11 @@
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: