@@ -30,7 +30,7 @@ |
||
| 30 | 30 | { |
| 31 | 31 | if (null === $this->Conn) { |
| 32 | 32 | $config = new Configuration(); |
| 33 | - $connectionParams = ['url' => $this->connection_string]; |
|
| 33 | + $connectionParams = [ 'url' => $this->connection_string ]; |
|
| 34 | 34 | $this->Conn = DriverManager::getConnection($connectionParams, $config); |
| 35 | 35 | } |
| 36 | 36 | |