diff --git a/src/Commands/FreshCommand.php b/src/Commands/FreshCommand.php index 875b5ff..96746c6 100644 --- a/src/Commands/FreshCommand.php +++ b/src/Commands/FreshCommand.php @@ -19,6 +19,6 @@ public function handle() $nativeServiceProvider->rewriteDatabase(); - $this->call('native:migrate'); + return parent::handle(); } }