@@ -157,7 +157,7 @@ |
||
| 157 | 157 | 'charset' => $this->_charset[$connectionName], |
| 158 | 158 | 'schema' => $this->_schema[$connectionName] |
| 159 | 159 | ]; |
| 160 | - } else { |
|
| 160 | + }else { |
|
| 161 | 161 | throw new \Exception("The connection name $connectionName is not set."); |
| 162 | 162 | } |
| 163 | 163 | |