Learner\Models\Blog::category PHP Méthode

category() public méthode

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