Stevebauman\Inventory\Models\Inventory::category PHP Method

category() public method

The hasOne category relationship.
public category ( ) : Illuminate\Database\Eloquent\Relations\HasOne
return Illuminate\Database\Eloquent\Relations\HasOne
    public function category()
    {
        return $this->hasOne(Category::class);
    }