<?php
declare(strict_types=1);
/*
* Contao Panorama bundle for Contao Open Source CMS
*
* Copyright (c) 2022 pdir / digital agentur // pdir GmbH
*
* @package panorama-bundle
* @link https://pdir.de/panorama-bundle/
* @license pdir license - All-rights-reserved - commercial extension
* @author Mathias Arzberger <develop@pdir.de>
* @author Christian Mette <develop@pdir.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Pdir\PanoramaBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class PdirPanoramaBundle extends Bundle
{
}