xiaogang 3 年之前
父節點
當前提交
1d9b5f8d5b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Admin/Controllers/UserController.php

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

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