vendor/romeniwebdesign/contao-custom-articles-bundle/src/ContaoCustomArticlesBundle.php line 17

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