11 lines
171 B
PHP
11 lines
171 B
PHP
<?php
|
|
|
|
namespace KupShop\StoresBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class StoresBundle extends Bundle
|
|
{
|
|
public const LOG_TAG_STORES = 'stores';
|
|
}
|