vendor/dklemmt/contao_dk_mmenu/src/ContaoMmenuBundle.php line 18

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * This file is part of the ContaoMmenuBundle.
  5.  *
  6.  * (c) Dirk Klemmt
  7.  * (c) inspiredminds
  8.  *
  9.  * @license MIT
  10.  */
  11. namespace DirkKlemmt\ContaoMmenuBundle;
  12. use Symfony\Component\HttpKernel\Bundle\Bundle;
  13. class ContaoMmenuBundle extends Bundle
  14. {
  15. }