timex
timex copied to clipboard
change FILAMENT_PATH to filament.path for DayWidget
return \Redirect::to(config('FILAMENT_PATH').'/'.$this->getPageClass()::getSlug());
should become
return \Redirect::to(config('filament.path').'/'.$this->getPageClass()::getSlug());