xiaogang 3 years ago
parent
commit
825741daef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Admin/Actions/Users/SetUserInfo.php

+ 1 - 1
app/Admin/Actions/Users/SetUserInfo.php

xqd
@@ -18,7 +18,7 @@ class SetUserInfo extends RowAction
     public function href(): string
     {
 //        parent::href(); // TODO: Change the autogenerated stub
-        return "/admin/users_info/".$this->getKey();//.'/edit';
+        return "/admin/users_info/".$this->getKey().'/edit';
     }
 
     public function __construct(string $model = null)