Your IP : 216.73.216.220


Current Path : /var/www/www.indacotrentino.com/www/app/code/Amasty/Conditions/Model/
Upload File :
Current File : /var/www/www.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';
}