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

Commit

Permalink
Fixed Laravel 6.8 conflict (#343)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Toropin <[email protected]>
  • Loading branch information
atoropin and Andrey Toropin authored Mar 19, 2020
1 parent c3e106a commit b183a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/SearchableModelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ protected function getOptions()

$options[] = [
'index-configurator',
'i',
null,
InputOption::VALUE_REQUIRED,
'Specify the index configurator for the model. It\'ll be created if doesn\'t exist.',
];

$options[] = [
'search-rule',
's',
null,
InputOption::VALUE_REQUIRED,
'Specify the search rule for the model. It\'ll be created if doesn\'t exist.',
];
Expand Down

0 comments on commit b183a32

Please sign in to comment.