Skip to content

Commit b15fc5c

Browse files
committed
NextrasAdapter: do not connect in constructor
1 parent c1013ff commit b15fc5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Bridges/NextrasDbal/NextrasAdapter.php

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class NextrasAdapter implements IDbal
2828
public function __construct(Connection $connection)
2929
{
3030
$this->conn = $connection;
31-
$this->conn->connect();
3231

3332
if (method_exists($connection->getDriver(), 'convertToSql')) {
3433
$this->version = 1;

0 commit comments

Comments
 (0)