xiaogang hace 3 años
padre
commit
215e91f099
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Admin/Controllers/UserController.php

+ 1 - 1
app/Admin/Controllers/UserController.php

xqd
@@ -64,7 +64,7 @@ class UserController extends AdminController
             $actions->append(new UserAction(User::class));
 //            $actions->append(new UserChange(User::class));
 //            if ($actions->row->is_auth == 0) {
-            $actions->append(new UserAuth(User::class));
+//            $actions->append(new UserAuth(User::class));
 //            }
 //            $actions->append(new UserVip(User::class));
         });