Passed
Push — master ( df1d09...3d81b9 )
by Reza
03:24
created
src/Support/User/UserProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
         $user = $this->findUser($id);
13 13
         $modelInstance = app()->make(config('easy_panel.user_model'));
14 14
         $column = config('easy_panel.column');
15
-        if(in_array($column, $modelInstance->getFillable()) or !in_array($column, $modelInstance->getGuarded()))  {
15
+        if (in_array($column, $modelInstance->getFillable()) or !in_array($column, $modelInstance->getGuarded())) {
16 16
             $user->update([
17 17
                 config('easy_panel.column') => 1
18 18
             ]);
Please login to merge, or discard this patch.