Skip to content

Commit b7508e3

Browse files
binarykgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 81cc035 commit b7508e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filters/SearchableFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function filter(RestifyRequest $request, $query, $value)
4242
// Check if the attribute is already qualified (contains a dot)
4343
$qualifiedColumn = str_contains($attribute, '.')
4444
? $attribute
45-
: $relatedTable . '.' . $attribute;
45+
: $relatedTable.'.'.$attribute;
4646

4747
$query->orWhere($qualifiedColumn, $likeOperator, "%{$value}%");
4848
});

0 commit comments

Comments
 (0)