vendor/doctrine/doctrine-fixtures-bundle/DoctrineFixturesBundle.php line 25

Open in your IDE?
  1. <?php
  2. /*
  3.  * This file is part of the Doctrine Fixtures Bundle
  4.  *
  5.  * The code was originally distributed inside the Symfony framework.
  6.  *
  7.  * (c) Fabien Potencier <fabien@symfony.com>
  8.  * (c) Doctrine Project
  9.  *
  10.  * For the full copyright and license information, please view the LICENSE
  11.  * file that was distributed with this source code.
  12.  */
  13. namespace Doctrine\Bundle\FixturesBundle;
  14. use Symfony\Component\HttpKernel\Bundle\Bundle;
  15. /**
  16.  * Bundle.
  17.  *
  18.  * @author Fabien Potencier <fabien@symfony.com>
  19.  * @author Jonathan H. Wage <jonwage@gmail.com>
  20.  */
  21. class DoctrineFixturesBundle extends Bundle
  22. {
  23. }