<?php
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Free Gift Base for Magento 2
 */

namespace Amasty\Promo\Helper;

/**
 * @deprecated use \Amasty\Promo\Model\Config instead.
 * @see \Amasty\Promo\Model\Config
 */
class Config extends \Amasty\Promo\Model\Config
{

}
