Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
FIX compatibility with Laravel 6.8
Remove -s option for searchable model generation to fix compatibility with laravel 6.8
  • Loading branch information
julienarcin authored Dec 18, 2019
commit bcbde5ba2d8307f7a1649ed4758e248901e1269f
2 changes: 1 addition & 1 deletion src/Console/SearchableModelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected function getOptions()

$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