hasMany(SurveyQuestion::class); } public function voucherEvent() { return $this->belongsTo(VoucherEvent::class); } }