13 lines
194 B
PHP
13 lines
194 B
PHP
<?php
|
|
|
|
namespace KupShop\KafkaBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
/**
|
|
* WIKI: https://gitlab.wpj.cz/kupshop/engine/-/wikis/Kafka.
|
|
*/
|
|
class KafkaBundle extends Bundle
|
|
{
|
|
}
|