| Current Path : /home/rtorresani/www/vendor/magento/module-catalog-inventory/Model/Indexer/Stock/ |
| Current File : //home/rtorresani/www/vendor/magento/module-catalog-inventory/Model/Indexer/Stock/Processor.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\CatalogInventory\Model\Indexer\Stock;
class Processor extends \Magento\Framework\Indexer\AbstractProcessor
{
/**
* Get Indexer ID for cataloginventory_stock
*/
const INDEXER_ID = 'cataloginventory_stock';
}