Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Dec 13, 2023
1 parent 5be5170 commit ff67ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Requests/FrontendFormRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private function getFormFields()

$this->assets = $this->normalizeAssetsValues($fields);

$values = array_merge($this->removeNullsFromCheckboxes($this->all()), $this->assets);
$values = array_merge($this->removeNullsFromCheckboxes($fields, $this->all()), $this->assets);

return $this->cachedFields = $fields->addValues($values);
}
Expand Down

0 comments on commit ff67ebf

Please sign in to comment.