* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ 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'; }