Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-customer/Model/Indexer/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/magento/module-customer/Model/Indexer/Processor.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Customer\Model\Indexer;

use Magento\Customer\Model\Customer;

/**
 * Customer indexer
 */
class Processor extends \Magento\Framework\Indexer\AbstractProcessor
{
    const INDEXER_ID = Customer::CUSTOMER_GRID_INDEXER_ID;
}