We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11277b5 commit a04d13fCopy full SHA for a04d13f
src/Commands/FreshCommand.php
@@ -19,6 +19,6 @@ public function handle()
19
20
$nativeServiceProvider->rewriteDatabase();
21
22
- $this->call('native:migrate');
+ return parent::handle();
23
}
24
0 commit comments