We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1013ff commit b15fc5cCopy full SHA for b15fc5c
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