xiaogang 3 rokov pred
rodič
commit
886e8fbd96
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/Admin/Controllers/UserController.php

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

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