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.
1 parent 3b1f17e commit e63d7e7Copy full SHA for e63d7e7
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