xiaogang %!s(int64=3) %!d(string=hai) anos
pai
achega
825741daef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)