Skip to content

Commit

Permalink
Merge pull request #35107 from LastDragon-ru/patch-1
Browse files Browse the repository at this point in the history
[8.x] Fixed typo in `make:seeder` command name inside ModelMakeCommand
  • Loading branch information
driesvints authored Nov 5, 2020
2 parents 249fad3 + cbc226e commit 9561987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/ModelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected function createSeeder()
{
$seeder = Str::studly(class_basename($this->argument('name')));

$this->call('make:seed', [
$this->call('make:seeder', [
'name' => "{$seeder}Seeder",
]);
}
Expand Down

0 comments on commit 9561987

Please sign in to comment.