afa 10 mesiacov pred
rodič
commit
fe6ba2836f

+ 0 - 1
application/admin/controller/user/User.php

@@ -85,7 +85,6 @@ class User extends Backend
                 });
             }
         }
-           
         $list = $list->where($where)->order($sort, $order)->paginate($limit);
         $result = ['total' => $list->total(), 'rows' => $list->items()];
         return json($result);