Learner\Models\Blog::category PHP 메소드

category() 공개 메소드

A Blog belongs to a category.
public category ( ) : BelongsTo
리턴 Illuminate\Database\Eloquent\Relations\BelongsTo
    public function category()
    {
        return $this->belongsTo('Learner\\Models\\Category');
    }