@@ -118,7 +118,7 @@ |
||
118 | 118 | { |
119 | 119 | $data = $this->getQuery()->get(); |
120 | 120 | |
121 | - $data->each(function ($row) use ($callable) { |
|
121 | + $data->each(function($row) use ($callable) { |
|
122 | 122 | $this->getQuery() |
123 | 123 | ->where((array) $row) |
124 | 124 | ->update((array) $callable($row)); |