@@ -68,7 +68,7 @@ |
||
68 | 68 | ); |
69 | 69 | } |
70 | 70 | |
71 | - $this->PDO = new \PDO( |
|
71 | + $this->PDO = new \PDO( |
|
72 | 72 | \BfwSql\CreatePdoDsn::{$this->type}($this->connectionInfos), |
73 | 73 | $this->connectionInfos->user, |
74 | 74 | $this->connectionInfos->password, |