@@ -78,7 +78,7 @@ |
||
| 78 | 78 | */ |
| 79 | 79 | public function truncateTables(array $tables) |
| 80 | 80 | { |
| 81 | - return $this->driver->execute("TRUNCATE " . implode(", ", array_map(function ($table) { |
|
| 81 | + return $this->driver->execute("TRUNCATE " . implode(", ", array_map(function($table) { |
|
| 82 | 82 | return $this->driver->table($table); |
| 83 | 83 | }, $tables))); |
| 84 | 84 | } |