src/Debug/Framework/Symfony/DebugBundle/BdkDebugBundle.php
<?php
/**
* This file is part of PHPDebugConsole
*
* @package PHPDebugConsole
* @author Brad Kent <bkfake-github@yahoo.com>
* @license http://opensource.org/licenses/MIT MIT
* @copyright 2014-2024 Brad Kent
* @since 3.0b1
*/
namespace bdk\Debug\Framework\Symfony\DebugBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* PHPDebugConsole bundle
*/
class BdkDebugBundle extends Bundle
{
}