| Current Path : /home/rtorresani/www/app/code/Amasty/Rewards/Model/ResourceModel/Rule/Collection/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Rewards/Model/ResourceModel/Rule/Collection/Grid.php |
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
* @package Reward Points Base for Magento 2
*/
namespace Amasty\Rewards\Model\ResourceModel\Rule\Collection;
class Grid extends \Amasty\Rewards\Model\ResourceModel\Rule\Collection
{
/**
* Initialize db select
*
* @return $this
*/
protected function _initSelect()
{
parent::_initSelect();
$this->addWebsitesToResult();
return $this;
}
}