@@ -28,7 +28,7 @@ |
||
28 | 28 | $airTable->setBaseId($this->baseId); |
29 | 29 | $airTable->setTableName($this->tableName); |
30 | 30 | $ids = $airTable->getIdsFromTable(); |
31 | - foreach(array_chunk($ids, 50) as $idsToDelete) { |
|
31 | + foreach (array_chunk($ids, 50) as $idsToDelete) { |
|
32 | 32 | dispatch(new DeleteRows( |
33 | 33 | $idsToDelete, |
34 | 34 | $this->apiKey, |