Test Setup Failed
Push — master ( 35dd95...d30473 )
by Phecho
04:41
created
app/Services/Filter/UserNameFilter.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,8 @@
 block discarded – undo
36 36
     public function apply()
37 37
     {
38 38
         $this->query
39
-        	->eq('is_active', 1)
40
-        	->beginOr()
39
+            ->eq('is_active', 1)
40
+            ->beginOr()
41 41
             ->ilike('username', '%'.$this->value.'%')
42 42
             ->ilike('name', '%'.$this->value.'%')
43 43
             ->closeOr();
Please login to merge, or discard this patch.