Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Jul 29, 2022
1 parent 652d162 commit 2243e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryBuilderRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected function getFilterValue($value)
if (empty($value)) {
return $value;
}

if (is_array($value)) {
return collect($value)->map(function ($valueValue) {
return $this->getFilterValue($valueValue);
Expand Down

0 comments on commit 2243e3d

Please sign in to comment.