From f7d8c9d8cc581722f62c532ea0f01cf34f5b84ef Mon Sep 17 00:00:00 2001 From: Pascal Baljet Date: Tue, 19 Mar 2024 17:58:35 +0100 Subject: [PATCH] Update InstallsSpladeStack.php --- src/Console/InstallsSpladeStack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/InstallsSpladeStack.php b/src/Console/InstallsSpladeStack.php index f69b2dfa1..dc2175def 100644 --- a/src/Console/InstallsSpladeStack.php +++ b/src/Console/InstallsSpladeStack.php @@ -107,7 +107,7 @@ protected function installSpladeStack() $legacyLaravelSkeleton ? $this->replaceInFile('auth:api', 'auth:sanctum', base_path('routes/api.php')) - : $this->call('install:api'); + : $this->callSilent('install:api', ['--without-migration-prompt' => true]); copy($spladeJetstreamStubsDir.'routes/web.php', base_path('routes/web.php'));