xiaogang 3 éve
szülő
commit
70cd87da00
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      app/Admin/Controllers/UserController.php

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

xqd
@@ -60,8 +60,8 @@ class UserController extends AdminController
         $grid->actions(function (Grid\Displayers\Actions $actions) {
             $actions->disableView();
             $actions->disableEdit();
-            $actions->append(new SetUserInfo(User::class));
-//            $actions->append(new UserAction(User::class));
+//            $actions->append(new SetUserInfo(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));