* cache refresh extended to jcat and streams

This commit is contained in:
Dávid Danyi
2017-03-30 16:04:07 +02:00
parent 68e66ddedf
commit 47efbfecc4
4 changed files with 15 additions and 24 deletions

View File

@@ -4,12 +4,12 @@ return [
'dependencies' => [
'invokables' => [],
'factories' => [
App\Command\UpdateNightlyCacheCommand::class => App\Command\UpdateNightlyCacheCommandFactory::class,
App\Command\UpdateCacheCommand::class => App\Command\UpdateCacheCommandFactory::class,
],
],
'console' => [
'commands' => [
App\Command\UpdateNightlyCacheCommand::class,
App\Command\UpdateCacheCommand::class,
],
],
];