We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e36334 commit 51fb778Copy full SHA for 51fb778
src/Bridges/NextrasDbal/NextrasAdapter.php
@@ -28,7 +28,6 @@ class NextrasAdapter implements IDbal
28
public function __construct(Connection $connection)
29
{
30
$this->conn = $connection;
31
- $this->conn->connect();
32
33
if (method_exists($connection->getDriver(), 'convertToSql')) {
34
$this->version = 1;
0 commit comments