fieldSearchable = config('locations.notification_schedules.notification_schedule.model.search'); } /** * Specify Model class name. * * @return string */ public function model() { return config('locations.notification_schedules.notification_schedule.model.model'); } }