Skip to content

Commit

Permalink
Fully fix native:migrate:fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Jul 18, 2024
1 parent 11277b5 commit a04d13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/FreshCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public function handle()

$nativeServiceProvider->rewriteDatabase();

$this->call('native:migrate');
return parent::handle();
}
}

0 comments on commit a04d13f

Please sign in to comment.