Passed
Push — master ( e8417e...4aafb8 )
by Zing
04:39
created
src/Concerns/WithSearchable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.