diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-06 16:50:18 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-06 16:50:18 +0200 |
commit | 06ecb62abd5b1bee7ec25094e56968e28d2a29bf (patch) | |
tree | e22eaf383725e24b45b5be9c12d7e67459e1a0b6 /phpBB/config | |
parent | 571d6ae852fd6bc6d3ce57b00cb1faed84f45434 (diff) | |
download | forums-06ecb62abd5b1bee7ec25094e56968e28d2a29bf.tar forums-06ecb62abd5b1bee7ec25094e56968e28d2a29bf.tar.gz forums-06ecb62abd5b1bee7ec25094e56968e28d2a29bf.tar.bz2 forums-06ecb62abd5b1bee7ec25094e56968e28d2a29bf.tar.xz forums-06ecb62abd5b1bee7ec25094e56968e28d2a29bf.zip |
[ticket/12507] Add console command to purge the cache
PHPBB3-12507
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/console.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml index 3d57c257dd..1340d9c0d7 100644 --- a/phpBB/config/console.yml +++ b/phpBB/config/console.yml @@ -1,4 +1,15 @@ services: + console.command.cache.purge: + class: phpbb\console\command\cache\purge + arguments: + - @cache.driver + - @dbal.conn + - @auth + - @log + - @user + tags: + - { name: console.command } + console.command.config.delete: class: phpbb\console\command\config\delete arguments: |