11 lines
195 B
PHP
11 lines
195 B
PHP
<?php
|
|
|
|
namespace KupShop\ReclamationsBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class ReclamationsBundle extends Bundle
|
|
{
|
|
public const LOG_TAG_RECLAMATIONS = 'Reclamations';
|
|
}
|