Skip to content

Commit

Permalink
NextrasAdapter: do not connect in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Jun 29, 2022
1 parent c1013ff commit b15fc5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bridges/NextrasDbal/NextrasAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class NextrasAdapter implements IDbal
public function __construct(Connection $connection)
{
$this->conn = $connection;
$this->conn->connect();

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

0 comments on commit b15fc5c

Please sign in to comment.