How to getRedirectUrl to page not Resource?
protected function getRedirectUrl(): string
{
return $this->getResource()::getUrl('index');
}
1 Reply
Solution
return route('xx')
or YourPage::getUrl()