diff --git a/framework/core/src/Foundation/InstalledSite.php b/framework/core/src/Foundation/InstalledSite.php index 196bae904..a7e1393be 100644 --- a/framework/core/src/Foundation/InstalledSite.php +++ b/framework/core/src/Foundation/InstalledSite.php @@ -182,9 +182,6 @@ class InstalledSite implements SiteInterface ] ] ], - 'queue' => [ - 'default' => 'sync' - ], 'session' => [ 'lifetime' => 120, 'files' => $this->paths['storage'].'/sessions',