Files
kupshop/bundles/KupShop/ReclamationsBundle/ReclamationsBundle.php
2025-08-02 16:30:27 +02:00

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';
}