| 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)
|