Skip to content

Commit

Permalink
Merge pull request #23 from Laravel-Lang/1.x
Browse files Browse the repository at this point in the history
Not enough arguments (missing: "model").
  • Loading branch information
andrey-helldar authored Jun 22, 2024
2 parents b4ad8f3 + 801a9f7 commit e035a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ModelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#[AsCommand(name: 'make:model:localization')]
class ModelMakeCommand extends Command
{
protected $signature = 'make:model:localization {model} {--columns=*}';
protected $signature = 'make:model:localization {model?} {--columns=*}';

protected $description = 'Creates a model for storing translations';

Expand Down

0 comments on commit e035a08

Please sign in to comment.