Skip to content

Commit 2cb1bf2

Browse files
authored
remove line empty
1 parent 6e3149e commit 2cb1bf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LaravelBatch.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public function update($table, $values, $index)
5151
{
5252
$value = (is_null($val[$field]) ? 'NULL' : '"' . Helpers::mysql_escape($val[$field]) . '"');
5353
$final[$field][] = 'WHEN `'. $index .'` = "' . $val[$index] . '" THEN ' . $value . ' ';
54-
5554
}
5655
}
5756
}

0 commit comments

Comments
 (0)