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 Jan 21, 2024
1 parent 9e36334 commit 51fb778
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 51fb778

Please sign in to comment.