Skip to content

Commit

Permalink
Added new line to separate ksort function from assignment as in rest …
Browse files Browse the repository at this point in the history
…of file (#46565)
  • Loading branch information
Rattone authored Mar 24, 2023
1 parent 3a1201b commit 237b242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3309,6 +3309,7 @@ public function insertOrIgnore(array $values)
} else {
foreach ($values as $key => $value) {
ksort($value);

$values[$key] = $value;
}
}
Expand Down

0 comments on commit 237b242

Please sign in to comment.