PHP Trait Stevebauman\Inventory\Traits\InventoryTransactionHistoryTrait

Afficher le fichier Open project: stevebauman/inventory

Méthodes publiques

Méthode Description
bootInventoryTransactionHistoryTrait ( ) : void Make sure we try and assign the current user if enabled.
transaction ( ) : BelongsTo The belongsTo stock relationship.

Method Details

bootInventoryTransactionHistoryTrait() public static méthode

Make sure we try and assign the current user if enabled.
public static bootInventoryTransactionHistoryTrait ( ) : void
Résultat void

transaction() abstract public méthode

The belongsTo stock relationship.
abstract public transaction ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo