Skip to content

Commit 715ae55

Browse files
author
Mauro Cassani
committed
PdoDriver fix
1 parent b294ad8 commit 715ae55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InMemoryList/Infrastructure/Drivers/PdoDriver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function connect()
120120

121121
$servers = array_merge($default, $servers);
122122
$dsn = sprintf(
123-
'%s:host=%s:%s;dbname=%s;charset=%s',
123+
'%s:host=%s;port=%s;dbname=%s;charset=%s',
124124
$servers['driver'],
125125
$servers['host'],
126126
$servers['port'] ?? '3306',

0 commit comments

Comments
 (0)