Skip to content

Commit e69c5f9

Browse files
committed
Add missing setName to DeleteCommand
1 parent a0c08f9 commit e69c5f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Command/DeleteCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function __construct(
4444
protected function configure()
4545
{
4646
$this
47+
->setName('fos:elastica:delete')
4748
->addOption('index', null, InputOption::VALUE_OPTIONAL, 'Index that needs to be deleted')
4849
->setDescription('Deleting an index')
4950
;

0 commit comments

Comments
 (0)