<?php
/**
 * For the full copyright and license information, please view the
 * docs/licenses/LICENSE.txt file that was distributed with this source code.
 */

namespace PrestaShop\PrestaShop\Core\Multistore;

/**
 * Class MultistoreConfig.
 */
class MultistoreConfig
{
    /**
     * Name of configuration for Multistore feature status in ps_configuration table.
     */
    public const FEATURE_STATUS = 'PS_MULTISHOP_FEATURE_ACTIVE';
}
