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

[ticket/12610] Correctly handle empty cache

PHPBB3-12610
This commit is contained in:
Tristan Darricau
2016-09-01 16:12:04 +02:00
parent ab58bb8744
commit 57915a8aaa
5 changed files with 47 additions and 15 deletions

View File

@@ -223,9 +223,9 @@ services:
console.command.update.check:
class: phpbb\console\command\update\check
arguments:
- @user
- @config
- @service_container
- '@user'
- '@config'
- '@service_container'
tags:
- { name: console.command }