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