commerce_inventory-8.x-1.0-alpha6/src/Plugin/Commerce/InventoryAdjustmentType/SellInventory.php
src/Plugin/Commerce/InventoryAdjustmentType/SellInventory.php
<?php
namespace Drupal\commerce_inventory\Plugin\Commerce\InventoryAdjustmentType;
/**
* Provides an adjustment-type for selling inventory.
*
* @CommerceInventoryAdjustmentType(
* id = "sell",
* label = @Translation("Sell")
* )
*/
class SellInventory extends DecreaseInventory implements InventoryAdjustmentTypeInterface {
}
