Passed
Pull Request — master (#136)
by Zing
05:42
created
src/Concerns/WithSearchable.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
                 [$relation, $property] = $this->resolveNestedRelation($singleSearchable);
109 109
 
110 110
                 $results[$relation][] = $property;
111
-            }else{
111
+            } else{
112 112
                 $results[] = $singleSearchable;
113 113
             }
114 114
 
Please login to merge, or discard this patch.