<?php
namespace Doctrine\Bundle\MigrationsBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Bundle.
*
* @author Fabien Potencier <[email protected]>
* @author Jonathan H. Wage <[email protected]>
*/
class DoctrineMigrationsBundle extends Bundle
{
}