11 lines
196 B
PHP
11 lines
196 B
PHP
<?php
|
|
|
|
namespace KupShop\BonusProgramBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class BonusProgramBundle extends Bundle
|
|
{
|
|
public const LOG_TAG_BONUS_PROGRAM = 'BonusProgram';
|
|
}
|