<?php
/**
* This file is part of contao-community-alliance/dependency-container.
*
* (c) 2013-2020 Contao Community Alliance <https://c-c-a.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* This project is provided in good faith and hope to be usable by anyone.
*
* @package contao-community-alliance/dependency-container
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
* @author Sven Baumann <baumann.sv@gmail.com>
* @author Richard Henkenjohann <richardhenkenjohann@googlemail.com>
* @copyright 2013-2020 Contao Community Alliance <https://c-c-a.org>
* @license https://github.com/contao-community-alliance/dependency-container/blob/master/LICENSE LGPL-3.0
* @link https://github.com/contao-community-alliance/dependency-container
* @filesource
*/
namespace DependencyInjection\Container;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* This is the bundle for the legacy dependency injection container.
*/
class CcaDependencyInjectionBundle extends Bundle
{
}