xiaogang преди 4 години
родител
ревизия
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)