belongsTo(Postulante::class); } public function examen() { return $this->belongsTo(Examen::class); } }