belongsTo(Round::class); } public function participant() { return $this->belongsTo(Participant::class); } }