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

Commit

Permalink
Merge pull request #23 from willvincent/master
Browse files Browse the repository at this point in the history
fix: key option does not accept a value.
  • Loading branch information
shokme authored May 15, 2020
2 parents f116be8 + 7947ef7 commit 96abea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/IndexMeilisearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class IndexMeilisearch extends Command
*
* @var string
*/
protected $signature = 'scout:index {--d|delete : Delete an existing index} {--k|key : The name of primary key} {name : The name of the index}';
protected $signature = 'scout:index {--d|delete : Delete an existing index} {--k|key= : The name of primary key} {name : The name of the index}';

/**
* The console command description.
Expand Down

0 comments on commit 96abea9

Please sign in to comment.