vendor/presta/sitemap-bundle/PrestaSitemapBundle.php line 23

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file is part of the PrestaSitemapBundle package.
  4.  *
  5.  * (c) PrestaConcept <www.prestaconcept.net>
  6.  *
  7.  * For the full copyright and license information, please view the LICENSE
  8.  * file that was distributed with this source code.
  9.  */
  10. namespace Presta\SitemapBundle;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. /**
  13.  * Bundle that provides tools to render application sitemap according to
  14.  * sitemap protocol. @see http://www.sitemaps.org/
  15.  * @see README.md for basic usage
  16.  *
  17.  * @author depely
  18.  */
  19. class PrestaSitemapBundle extends Bundle
  20. {
  21. }