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