Skip to content

Commit 8a380ed

Browse files
authored
Update LaravelBatch.php
1 parent a1ef405 commit 8a380ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelBatch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function insert($table, $columns, $values, $batchSize = 500)
169169
$totalQuery += DB::statement($value) ? 1 : 0;
170170

171171
return [
172-
'totalValues' => $totalValues,
172+
'totalRows' => $totalValues,
173173
'totalBatch' => $totalChunk,
174174
'totalQuery' => $totalQuery
175175
];

0 commit comments

Comments
 (0)