vendor/pdir/panorama-bundle/src/PdirPanoramaBundle.php line 24

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * Contao Panorama bundle for Contao Open Source CMS
  5.  *
  6.  * Copyright (c) 2022 pdir / digital agentur // pdir GmbH
  7.  *
  8.  * @package    panorama-bundle
  9.  * @link       https://pdir.de/panorama-bundle/
  10.  * @license    pdir license - All-rights-reserved - commercial extension
  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\PanoramaBundle;
  18. use Symfony\Component\HttpKernel\Bundle\Bundle;
  19. class PdirPanoramaBundle extends Bundle
  20. {
  21. }