Skip to content

Commit

Permalink
Fix ResourceMake
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 2, 2023
1 parent dc3f467 commit b893719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/ResourceMake.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function replaceModel(string $class): string
protected function getOptions(): array
{
return [
['model', null, InputOption::VALUE_OPTIONAL, 'The Eloquent Model'],
['model', null, InputOption::VALUE_REQUIRED, 'The Eloquent Model'],
];
}
}

0 comments on commit b893719

Please sign in to comment.