| Current Path : /var/www/magento.test.indacotrentino.com/www/app/code/Amasty/Conditions/Model/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/app/code/Amasty/Conditions/Model/Constants.php |
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Advanced Conditions for Magento 2
*/
namespace Amasty\Conditions\Model;
class Constants
{
public const VALUE_SELECT_OPTIONS = 'value_select_options';
public const MODULE_NAME = 'Advanced Conditions';
}