From 4dba73163bf598741b17ac738908173194cf453a Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Fri, 27 Sep 2024 16:50:10 -0400 Subject: [PATCH] Switch this back --- app/Filament/Pages/Installer/Steps/EnvironmentStep.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Pages/Installer/Steps/EnvironmentStep.php b/app/Filament/Pages/Installer/Steps/EnvironmentStep.php index 5cec6147a..b70c47f32 100644 --- a/app/Filament/Pages/Installer/Steps/EnvironmentStep.php +++ b/app/Filament/Pages/Installer/Steps/EnvironmentStep.php @@ -80,7 +80,7 @@ class EnvironmentStep ->required() ->inline() ->options(self::QUEUE_DRIVERS) - ->default(config('queue.default', 'sync')), + ->default(config('queue.default', 'database')), ToggleButtons::make('env.DB_CONNECTION') ->label('Database Driver') ->hintIcon('tabler-question-mark')