PHP Class Stevebauman\Inventory\Models\Supplier

Inheritance: extends Model, use trait Stevebauman\Inventory\Traits\SupplierTrait
Show file Open project: stevebauman/inventory Class Usage Examples

Public Methods

Method Description
items ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany The belongsToMany items relationship.

Method Details

items() public method

The belongsToMany items relationship.
public items ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
return Illuminate\Database\Eloquent\Relations\BelongsToMany