TwigBundle.php 461 B

1234567891011121314151617181920212223
  1. <?php
  2. namespace Symfony\Bundle\TwigBundle;
  3. use Symfony\Framework\Bundle\Bundle;
  4. /*
  5. * This file is part of the Symfony package.
  6. *
  7. * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
  8. *
  9. * For the full copyright and license information, please view the LICENSE
  10. * file that was distributed with this source code.
  11. */
  12. /**
  13. * Bundle.
  14. *
  15. * @author Fabien Potencier <fabien.potencier@symfony-project.com>
  16. */
  17. class TwigBundle extends Bundle
  18. {
  19. }