We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a724a0a commit f751568Copy full SHA for f751568
src/InterfaceBatch.php
@@ -8,5 +8,5 @@ interface InterfaceBatch
8
{
9
public function update(Model $table, array $values, string $index = null, bool $raw = false);
10
11
- public function insert(Model $table, array $columns, array $values, int $batchSize = 500);
+ public function insert(Model $table, array $columns, array $values, int $batchSize = 500, bool $insertIgnore = false);
12
}
0 commit comments