@@ -63,7 +63,7 @@ |
||
63 | 63 | $host = $this->connectionInfos->host; |
64 | 64 | $baseName = $this->connectionInfos->baseName; |
65 | 65 | |
66 | - $this->PDO = new \PDO( |
|
66 | + $this->PDO = new \PDO( |
|
67 | 67 | $this->type.':host='.$host.';dbname='.$baseName, |
68 | 68 | $this->connectionInfos->user, |
69 | 69 | $this->connectionInfos->password |