Files
MageSail/Magesail/Test/Stubs/Magento/Store/Model/ScopeInterface.php
T
snxraven bbd83659a7
CI / php (push) Successful in 2m56s
tests
2026-03-21 03:49:54 -05:00

11 lines
138 B
PHP

<?php
declare(strict_types=1);
namespace Magento\Store\Model;
interface ScopeInterface
{
public const SCOPE_WEBSITE = 'website';
}