BraincraftedBootstrapBundle.php 589 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * This file is part of BraincraftedBootstrapBundle.
  4. *
  5. * (c) 2012-2013 by Florian Eckerstorfer
  6. */
  7. namespace Braincrafted\Bundle\BootstrapBundle;
  8. use Symfony\Component\HttpKernel\Bundle\Bundle;
  9. /**
  10. * BraincraftedBootstrapBundle
  11. *
  12. * @package BraincraftedBootstrapBundle
  13. * @author Florian Eckerstorfer <florian@eckerstorfer.co>
  14. * @copyright 2012-2013 Florian Eckerstorfer
  15. * @license http://opensource.org/licenses/MIT The MIT License
  16. * @link http://bootstrap.braincrafted.com Bootstrap for Symfony2
  17. */
  18. class BraincraftedBootstrapBundle extends Bundle
  19. {
  20. }