mirror of
https://github.com/flextype/flextype.git
synced 2025-08-07 05:36:54 +02:00
feat(console): update CacheDeleteCommand #543
This commit is contained in:
@@ -19,7 +19,7 @@ class CacheDeleteCommand extends Command
|
||||
protected function configure(): void
|
||||
{
|
||||
$this->setName('cache:delete');
|
||||
$this->setDescription('Delete key');
|
||||
$this->setDescription('Delete item.');
|
||||
$this->addArgument('key', InputArgument::REQUIRED, 'Key.');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user