<?php
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Shop by Page for Magento 2 (System)
 */

namespace Amasty\ShopbyPage\Controller;

class RegistryConstants
{
    public const PAGE = 'amasty_shopbypage_page';
    public const ATTRIBUTE = 'amasty_shopbypage_attribute';
    public const ATTRIBUTE_IDX = 'amasty_shopbypage_attribute_idx';
}
