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 b138271 + 57858f2 commit b01ec2aCopy full SHA for b01ec2a
src/Mutex.php
@@ -36,7 +36,8 @@ public function getStrategy()
36
return new MySqlLock(
37
config('database.connections.mysql.username'),
38
config('database.connections.mysql.password'),
39
- config('database.connections.mysql.host')
+ config('database.connections.mysql.host'),
40
+ config('database.connections.mysql.port')
41
);
42
43
case 'redis':
0 commit comments