Skip to content

Commit

Permalink
InitCommand fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaypurav committed Sep 15, 2024
1 parent f29de39 commit 6947fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/Penny/InitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public function handle(): void
$this->newLine();
$this->info('Running Seeders...');

$this->call('db:seed', ['--class' => 'ProjectSeeder']);
$this->call('db:seed', ['--class' => 'ProductionSeeder']);
}
}

0 comments on commit 6947fc9

Please sign in to comment.