]> BookStack Code Mirror - bookstack/blobdiff - app/Config/queue.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / app / Config / queue.php
index 795a7932545a315843769ad255dee4eb37d2d842..08f3a5baab59526afc8fe47ecb0942f4aee905a2 100644 (file)
@@ -23,6 +23,7 @@ return [
 
         'database' => [
             'driver'       => 'database',
+            'connection'   => null,
             'table'        => 'jobs',
             'queue'        => 'default',
             'retry_after'  => 90,