<?php 
 
 
namespace Doctrine\Bundle\MigrationsBundle; 
 
use Symfony\Component\HttpKernel\Bundle\Bundle; 
 
/** 
 * Bundle. 
 * 
 * @author Fabien Potencier <fabien@symfony.com> 
 * @author Jonathan H. Wage <jonwage@gmail.com> 
 */ 
class DoctrineMigrationsBundle extends Bundle 
{ 
}