SensioGeneratorBundle.php 449B

123456789101112131415161718192021222324
  1. <?php
  2. /*
  3. * This file is part of the Symfony framework.
  4. *
  5. * (c) Fabien Potencier <fabien@symfony.com>
  6. *
  7. * This source file is subject to the MIT license that is bundled
  8. * with this source code in the file LICENSE.
  9. */
  10. namespace Sensio\Bundle\GeneratorBundle;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. /**
  13. * SensioGeneratorBundle.
  14. *
  15. * @author Fabien Potencier <fabien@symfony.com>
  16. */
  17. class SensioGeneratorBundle extends Bundle
  18. {
  19. }