diff --git a/src/NativeServiceProvider.php b/src/NativeServiceProvider.php index a2d5f037..2eeebb34 100644 --- a/src/NativeServiceProvider.php +++ b/src/NativeServiceProvider.php @@ -4,7 +4,6 @@ use Illuminate\Console\Application; use Illuminate\Support\Arr; -use Illuminate\Support\Facades\Artisan; use Illuminate\Support\Facades\DB; use Native\Laravel\Commands\FreshCommand; use Native\Laravel\Commands\LoadPHPConfigurationCommand; @@ -112,8 +111,6 @@ public function rewriteDatabase() if (! file_exists($databasePath)) { touch($databasePath); - - Artisan::call('native:migrate'); } }