belongsTo(Voucher::class, 'entity_id'); } public function locationProfile() { return $this->belongsTo(LocationProfile::class, 'entity_id'); } }