Passed
Pull Request — master (#136)
by Zing
05:46
created
src/Concerns/WithSearchable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
 
119 119
     protected function isFilterWithDefault($value): bool
120 120
     {
121
-     return $value instanceof Filter && $value->getDefault() !== null;
121
+        return $value instanceof Filter && $value->getDefault() !== null;
122 122
     }
123 123
 
124 124
     protected function isNestedRelation($value): bool
Please login to merge, or discard this patch.