Skip to content

Commit

Permalink
Fixed Bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
592472116 committed Sep 25, 2024
1 parent d20ff8a commit 077a18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Connector/MysqliConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function getConnector(mixed $config): Connection
'port' => $config->port,
'driverClass' => Driver::class,
'charset' => $config->charset,
'persistent' => true,
'persistent' => $config->persistent,
], $this->getConfiguration(), $this->getEventManager());
}
}

0 comments on commit 077a18a

Please sign in to comment.