App\Models\Forum\FeatureVote::voteIncrement PHP 메소드

voteIncrement() 공개 메소드

public voteIncrement ( )
    public function voteIncrement()
    {
        if ($this->user && $this->user->osu_subscriber) {
            return 2;
        }
        return 1;
    }