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