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 c66c615 commit fe1eeafCopy full SHA for fe1eeaf
src/InterfaceBatch.php
@@ -6,7 +6,7 @@
6
7
interface InterfaceBatch
8
{
9
- public function update(Model $table, array $values, string $index = null);
+ 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);
12
}
0 commit comments