| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-catalog-rule/Model/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-catalog-rule/Model/Flag.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\CatalogRule\Model;
/**
* Flag indicates that some rules have changed but changes have not been applied yet.
*/
class Flag extends \Magento\Framework\Flag
{
/**
* Flag code
*
* @var string
*/
protected $_flagCode = 'catalog_rules_dirty';
}