timex icon indicating copy to clipboard operation
timex copied to clipboard

change FILAMENT_PATH to filament.path for DayWidget

Open yamakrane opened this issue 2 years ago • 0 comments

return \Redirect::to(config('FILAMENT_PATH').'/'.$this->getPageClass()::getSlug());

should become

return \Redirect::to(config('filament.path').'/'.$this->getPageClass()::getSlug());

yamakrane avatar Mar 21 '23 20:03 yamakrane