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 f758b16 commit cf9726dCopy full SHA for cf9726d
src/Illuminate/Queue/DatabaseQueue.php
@@ -253,7 +253,7 @@ protected function getLockForPopping()
253
{
254
$databaseEngine = $this->database->getPdo()->getAttribute(PDO::ATTR_DRIVER_NAME);
255
256
- $databaseVersion = $this->database->getConfig('version') ??
+ $databaseVersion = $this->database->getConfig('version') ??
257
$this->database->getPdo()->getAttribute(PDO::ATTR_SERVER_VERSION);
258
259
if (($databaseEngine === 'mysql' && version_compare($databaseVersion, '8.0.1', '>=')) ||
0 commit comments