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