Skip to content

Commit c511dd7

Browse files
committed
wip
1 parent a6c21c0 commit c511dd7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/database/src/Connection/PDOConnection.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ public function connect(): void
9898
return;
9999
}
100100

101-
$this->pdo = new PDO(
102-
$this->config->dsn,
103-
$this->config->username,
104-
$this->config->password,
105-
);
101+
$this->pdo = new PDO($this->config->dsn);
106102
}
107103
}

0 commit comments

Comments
 (0)