app\models\ContestVoteAggregate::contestEntry PHP 메소드

contestEntry() 공개 메소드

public contestEntry ( )
    public function contestEntry()
    {
        return $this->belongsTo(ContestEntry::class);
    }
ContestVoteAggregate