Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-catalog/Model/ResourceModel/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-catalog/Model/ResourceModel/ProductFrontendAction.php

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

/**
 * Resource model for Product Frontend Action
 */
class ProductFrontendAction extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
{
    /**
     * Initialize resource model
     *
     * @return void
     */
    protected function _construct()
    {
        $this->_init('catalog_product_frontend_action', 'action_id');
    }
}