Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-reports/Model/ResourceModel/Product/Index/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-reports/Model/ResourceModel/Product/Index/Compared.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/**
 * Reports Compared Product Index Resource Model
 *
 * @author      Magento Core Team <core@magentocommerce.com>
 */
namespace Magento\Reports\Model\ResourceModel\Product\Index;

/**
 * @api
 * @since 100.0.2
 */
class Compared extends \Magento\Reports\Model\ResourceModel\Product\Index\AbstractIndex
{
    /**
     * Initialize connection and main resource table
     *
     * @return void
     */
    protected function _construct()
    {
        $this->_init('report_compared_product_index', 'index_id');
    }
}