@@ -277,7 +277,7 @@ |
||
| 277 | 277 | */ |
| 278 | 278 | public function truncateTables(array $tables) |
| 279 | 279 | { |
| 280 | - $this->driver->execute('TRUNCATE ' . implode(', ', array_map(function ($table) { |
|
| 280 | + $this->driver->execute('TRUNCATE ' . implode(', ', array_map(function($table) { |
|
| 281 | 281 | return $this->driver->table($table); |
| 282 | 282 | }, $tables))); |
| 283 | 283 | return true; |