app\models\ContestVoteAggregate::contestEntry PHP Method

contestEntry() public method

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