xiaogang 4 년 전
부모
커밋
95a20ff8f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Admin/Controllers/UserController.php

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

xqd
@@ -56,7 +56,7 @@ class UserController extends AdminController
         $grid->actions(function (Grid\Displayers\Actions $actions) {
             $actions->disableView();
             $actions->disableEdit();
-//            $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));