Skip to content

Commit 077a18a

Browse files
committed
Fixed Bug.
1 parent d20ff8a commit 077a18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ORM/Connector/MysqliConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function getConnector(mixed $config): Connection
3333
'port' => $config->port,
3434
'driverClass' => Driver::class,
3535
'charset' => $config->charset,
36-
'persistent' => true,
36+
'persistent' => $config->persistent,
3737
], $this->getConfiguration(), $this->getEventManager());
3838
}
3939
}

0 commit comments

Comments
 (0)