vendor/pdir/krpano-bundle/src/PdirKrPanoBundle.php line 29

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * Contao KrPano bundle for Contao Open Source CMS
  5.  *
  6.  * Copyright (c) 2022 pdir / digital agentur // pdir GmbH
  7.  *
  8.  * @package    krpano-bundle
  9.  * @link       https://pdir.de/krpano-bundle/
  10.  * @license    LGPL-3.0-or-later
  11.  * @author     Mathias Arzberger <develop@pdir.de>
  12.  * @author     Christian Mette <develop@pdir.de>
  13.  *
  14.  * For the full copyright and license information, please view the LICENSE
  15.  * file that was distributed with this source code.
  16.  */
  17. namespace Pdir\KrPanoBundle;
  18. use Symfony\Component\HttpKernel\Bundle\Bundle;
  19. /**
  20.  * Configures the KrPanoBundle.
  21.  *
  22.  * @author Mathias Arzberger <develop@pdir.de>
  23.  */
  24. class PdirKrPanoBundle extends Bundle
  25. {
  26. }