Skip to content

Commit 2243e3d

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 652d162 commit 2243e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryBuilderRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ protected function getFilterValue($value)
113113
if (empty($value)) {
114114
return $value;
115115
}
116-
116+
117117
if (is_array($value)) {
118118
return collect($value)->map(function ($valueValue) {
119119
return $this->getFilterValue($valueValue);

0 commit comments

Comments
 (0)