app\models\Image::category PHP 메소드

category() 공개 메소드

The one-to-one relationship between news and category.
public category ( )
    public function category()
    {
        return $this->belongsTo('App\\Models\\NewsCategory');
    }