@@ -495,7 +495,7 @@ |
||
495 | 495 | public function applyQueries(string $query, array $tables, $escape = null) |
496 | 496 | { |
497 | 497 | if (!$escape) { |
498 | - $escape = function ($table) { |
|
498 | + $escape = function($table) { |
|
499 | 499 | return $this->table($table); |
500 | 500 | }; |
501 | 501 | } |