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

Commit b183a32

Browse files
atoropinAndrey Toropin
andauthored
Fixed Laravel 6.8 conflict (#343)
Co-authored-by: Andrey Toropin <[email protected]>
1 parent c3e106a commit b183a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/SearchableModelMakeCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ protected function getOptions()
3434

3535
$options[] = [
3636
'index-configurator',
37-
'i',
37+
null,
3838
InputOption::VALUE_REQUIRED,
3939
'Specify the index configurator for the model. It\'ll be created if doesn\'t exist.',
4040
];
4141

4242
$options[] = [
4343
'search-rule',
44-
's',
44+
null,
4545
InputOption::VALUE_REQUIRED,
4646
'Specify the search rule for the model. It\'ll be created if doesn\'t exist.',
4747
];

0 commit comments

Comments
 (0)