Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit 96abea9

Browse files
authored
Merge pull request #23 from willvincent/master
fix: key option does not accept a value.
2 parents f116be8 + 7947ef7 commit 96abea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/IndexMeilisearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class IndexMeilisearch extends Command
1313
*
1414
* @var string
1515
*/
16-
protected $signature = 'scout:index {--d|delete : Delete an existing index} {--k|key : The name of primary key} {name : The name of the index}';
16+
protected $signature = 'scout:index {--d|delete : Delete an existing index} {--k|key= : The name of primary key} {name : The name of the index}';
1717

1818
/**
1919
* The console command description.

0 commit comments

Comments
 (0)