Skip to content

Commit 9342703

Browse files
authored
Merge pull request #1 from EmmanuelObua/dev
removed timestamp from villages and modified the batch
2 parents 56af978 + 0da0f7d commit 9342703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/TransformAndSeedLocale.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ private function seedTable(string $name, string $modelClass, callable $transform
122122
}
123123

124124
$batchSize = floor(2100/ $totalRecords);
125+
125126

126127
if ($batchSize) {
127128
$chunks = array_chunk($data, $batchSize);

0 commit comments

Comments
 (0)