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

Commit 37bd2ce

Browse files
julienarciniget-esoares
authored andcommitted
FIX compatibility with Laravel 6.8 (#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

Diff for: src/Console/SearchableModelMakeCommand.php

+1-1
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)