app\models\ContestVote::entry PHP Method

entry() public method

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