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 6e3149e commit 2cb1bf2Copy full SHA for 2cb1bf2
src/LaravelBatch.php
@@ -51,7 +51,6 @@ public function update($table, $values, $index)
51
{
52
$value = (is_null($val[$field]) ? 'NULL' : '"' . Helpers::mysql_escape($val[$field]) . '"');
53
$final[$field][] = 'WHEN `'. $index .'` = "' . $val[$index] . '" THEN ' . $value . ' ';
54
-
55
}
56
57
0 commit comments