We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b1f17e + e63d7e7 commit 9d1e29aCopy full SHA for 9d1e29a
src/Queue/Adapters/Db.php
@@ -35,7 +35,7 @@ public function connect($connection)
35
'host' => $connection['host'] ?? '127.0.0.1',
36
'username' => $connection['username'] ?? 'root',
37
'password' => $connection['password'] ?? '',
38
- 'dbname' => $connection['dbname'] ?? '',
+ 'dbname' => $connection['database'] ?? '',
39
]);
40
}
41
0 commit comments