Stevebauman\Inventory\Models\InventorySku::item PHP Method

item() public method

The belongsTo item trait.
public item ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo
    public function item()
    {
        return $this->belongsTo(Inventory::class, 'inventory_id', 'id');
    }
InventorySku