Skip to content

Commit a04d13f

Browse files
committed
Fully fix native:migrate:fresh
1 parent 11277b5 commit a04d13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/FreshCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public function handle()
1919

2020
$nativeServiceProvider->rewriteDatabase();
2121

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

0 commit comments

Comments
 (0)