Esensi\Model\Traits\SoftDeletingModelTrait::bootSoftDeletingModelTrait PHP Method

bootSoftDeletingModelTrait() public static method

Boot the trait's observers.
public static bootSoftDeletingModelTrait ( )
    public static function bootSoftDeletingModelTrait()
    {
        static::addGlobalScope(new SoftDeletingScope());
    }