@@ -103,7 +103,7 @@ |
||
103 | 103 | { |
104 | 104 | $results = []; |
105 | 105 | foreach ($searchable as $singleSearchable) { |
106 | - if (! $singleSearchable instanceof Filter && Str::contains($singleSearchable, '.')) { |
|
106 | + if (!$singleSearchable instanceof Filter && Str::contains($singleSearchable, '.')) { |
|
107 | 107 | [$relation, $property] = $this->resolveNestedRelation($singleSearchable); |
108 | 108 | |
109 | 109 | $results[$relation][] = $property; |