app\models\Image::category PHP Method

category() public method

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