xiaogang 3 년 전
부모
커밋
825741daef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)