aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_console.yml
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2015-10-24 20:10:16 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2015-10-24 20:16:54 +0200
commitc7ecb1310f7663e5fdaafb655381663b9410c31a (patch)
tree4f007be4689c016c264ba2f3e52754bfa539894e /phpBB/config/default/container/services_console.yml
parent8376c6552a7860036640a5840f26dba239c20750 (diff)
downloadforums-c7ecb1310f7663e5fdaafb655381663b9410c31a.tar
forums-c7ecb1310f7663e5fdaafb655381663b9410c31a.tar.gz
forums-c7ecb1310f7663e5fdaafb655381663b9410c31a.tar.bz2
forums-c7ecb1310f7663e5fdaafb655381663b9410c31a.tar.xz
forums-c7ecb1310f7663e5fdaafb655381663b9410c31a.zip
[ticket/14257] Add reparse_lock to CLI command
PHPBB3-14257
Diffstat (limited to 'phpBB/config/default/container/services_console.yml')
-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 6f6e129b29..9aba49b941 100644
--- a/phpBB/config/default/container/services_console.yml
+++ b/phpBB/config/default/container/services_console.yml
@@ -189,6 +189,7 @@ services:
- @user
- @text_reparser_collection
- @config_text
+ - @text_reparser.lock
tags:
- { name: console.command }