vendor/contao/news-bundle/src/ContaoNewsBundle.php line 17

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * This file is part of Contao.
  5.  *
  6.  * (c) Leo Feyer
  7.  *
  8.  * @license LGPL-3.0-or-later
  9.  */
  10. namespace Contao\NewsBundle;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. class ContaoNewsBundle extends Bundle
  13. {
  14. }