<?php
/*
* This file is part of the logist\rabbitmq-bundle package.
*
* Copyright 2018 logist.cloud <support@logist.cloud>
*/
namespace LogistRabbitmqBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* LogistRabbitmqBundle
*
* @author Grigoriy Kulin <yarboroda@gmail.com>
*/
class LogistRabbitmqBundle extends Bundle
{
}