Skip to content

Commit f751568

Browse files
committed
updated method insert in Interface
1 parent a724a0a commit f751568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InterfaceBatch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ interface InterfaceBatch
88
{
99
public function update(Model $table, array $values, string $index = null, bool $raw = false);
1010

11-
public function insert(Model $table, array $columns, array $values, int $batchSize = 500);
11+
public function insert(Model $table, array $columns, array $values, int $batchSize = 500, bool $insertIgnore = false);
1212
}

0 commit comments

Comments
 (0)