aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-07-17 11:53:28 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-07-17 11:53:28 +0200
commit903f100c5120ad516e248ee30b18dd9a64468656 (patch)
treee10990e85d0fb02d879f29861a7f610ef951dc12 /phpBB/config/default/container
parent04a8c3c0a40dabc37c53822da83d0680ba94c630 (diff)
downloadforums-903f100c5120ad516e248ee30b18dd9a64468656.tar
forums-903f100c5120ad516e248ee30b18dd9a64468656.tar.gz
forums-903f100c5120ad516e248ee30b18dd9a64468656.tar.bz2
forums-903f100c5120ad516e248ee30b18dd9a64468656.tar.xz
forums-903f100c5120ad516e248ee30b18dd9a64468656.zip
[ticket/13986] Add --resume option to reparser CLI
PHPBB3-13986
Diffstat (limited to 'phpBB/config/default/container')
-rw-r--r--phpBB/config/default/container/services_console.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml
index f39218ed9c..49d0626b4f 100644
--- a/phpBB/config/default/container/services_console.yml
+++ b/phpBB/config/default/container/services_console.yml
@@ -154,5 +154,6 @@ services:
arguments:
- @user
- @text_reparser_collection
+ - @config_text
tags:
- { name: console.command }