<?php
declare(strict_types=1);
/*
* Contao KrPano bundle for Contao Open Source CMS
*
* Copyright (c) 2022 pdir / digital agentur // pdir GmbH
*
* @package krpano-bundle
* @link https://pdir.de/krpano-bundle/
* @license LGPL-3.0-or-later
* @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\KrPanoBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Configures the KrPanoBundle.
*
* @author Mathias Arzberger <develop@pdir.de>
*/
class PdirKrPanoBundle extends Bundle
{
}