| Current Path : /home/rtorresani/www/vendor/magento/module-review/Model/Rating/Option/ |
| Current File : //home/rtorresani/www/vendor/magento/module-review/Model/Rating/Option/Vote.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Review\Model\Rating\Option;
/**
* Rating vote model
*
* @api
*
* @author Magento Core Team <core@magentocommerce.com>
* @codeCoverageIgnore
* @since 100.0.2
*/
class Vote extends \Magento\Framework\Model\AbstractModel
{
/**
* @return void
*/
protected function _construct()
{
$this->_init(\Magento\Review\Model\ResourceModel\Rating\Option\Vote::class);
}
}