Skip to content

Commit 37bd2ce

Browse files
julienarciniget-esoares
authored andcommitted
FIX compatibility with Laravel 6.8 (babenkoivan#307)
Remove -s option for searchable model generation to fix compatibility with laravel 6.8
1 parent 3d6fb5c commit 37bd2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/SearchableModelMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function getOptions()
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)