1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12507] Add console command to purge the cache

PHPBB3-12507
This commit is contained in:
Tristan Darricau
2014-05-06 16:50:18 +02:00
parent 571d6ae852
commit 06ecb62abd
3 changed files with 74 additions and 0 deletions

View File

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