app\Vote::topic PHP 메소드

topic() 공개 메소드

public topic ( )
    public function topic()
    {
        return $this->belongsTo(Topic::class);
    }