app\models\ContestVoteAggregate::contest PHP Method

contest() public method

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