vendor/doctrine/doctrine-migrations-bundle/DoctrineMigrationsBundle.php line 14

Open in your IDE?
  1. <?php
  2. namespace Doctrine\Bundle\MigrationsBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * Bundle.
  6.  *
  7.  * @author Fabien Potencier <fabien@symfony.com>
  8.  * @author Jonathan H. Wage <jonwage@gmail.com>
  9.  */
  10. class DoctrineMigrationsBundle extends Bundle
  11. {
  12. }