]>
BookStack Code Mirror - bookstack/blobdiff - app/Config/queue.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Copying: Fixed issue with non-page links to page permalinks
[bookstack]
/
app
/
Config
/
queue.php
diff --git
a/app/Config/queue.php
b/app/Config/queue.php
index 795a7932545a315843769ad255dee4eb37d2d842..08f3a5baab59526afc8fe47ecb0942f4aee905a2 100644
(file)
--- a/
app/Config/queue.php
+++ b/
app/Config/queue.php
@@
-23,6
+23,7
@@
return [
'database' => [
'driver' => 'database',
+ 'connection' => null,
'table' => 'jobs',
'queue' => 'default',
'retry_after' => 90,