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