Passed
Pull Request — master (#136)
by Zing
05:46
created
src/Concerns/WithSearchable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,6 +123,6 @@
 block discarded – undo
123 123
 
124 124
     protected function isNestedRelation($value): bool
125 125
     {
126
-        return ! $value instanceof Filter && Str::contains($value, '.');
126
+        return !$value instanceof Filter && Str::contains($value, '.');
127 127
     }
128 128
 }
Please login to merge, or discard this patch.