Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-catalog-inventory/Model/Indexer/Stock/
Upload File :
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';
}