@@ -523,7 +523,7 @@ |
||
| 523 | 523 | |
| 524 | 524 | if ($this->config['driver'] === 'pgsql') { |
| 525 | 525 | $db = $this->getTableName($table); |
| 526 | - }else{ |
|
| 526 | + } else{ |
|
| 527 | 527 | $db = implode('.', [ |
| 528 | 528 | '`' . $this->getConfig('database') . '`', |
| 529 | 529 | $this->getTableName($table) |