fix: run init command after production seeder
This commit is contained in:
parent
d8b97e06cf
commit
5cb572b6a5
@ -14,6 +14,7 @@
|
||||
use App\Models\Team;
|
||||
use App\Models\User;
|
||||
use Illuminate\Database\Seeder;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\Process;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
@ -144,5 +145,6 @@ public function run(): void
|
||||
} catch (\Throwable $e) {
|
||||
echo "Error: {$e->getMessage()}\n";
|
||||
}
|
||||
Artisan::call('app:init');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user