@@ -102,8 +102,7 @@ |
||
102 | 102 | throw ParameterException::unsupportedFilterWithDefaultValueForSearch(); |
103 | 103 | } |
104 | 104 | $results[] = $singleSearchable; |
105 | - } |
|
106 | - elseif (Str::contains($singleSearchable, '.')) { |
|
105 | + } elseif (Str::contains($singleSearchable, '.')) { |
|
107 | 106 | [$relation, $property] = $this->resolveNestedRelation($singleSearchable); |
108 | 107 | |
109 | 108 | $results[$relation][] = $property; |