<?php
declare(strict_types=1);
/*
* This file is part of markenzoo/contao-file-helper-bundle.
*
* Copyright (c) 2021 markenzoo eG
*
* @package markenzoo/contao-file-helper-bundle
* @author Felix Kästner <kaestner@markenzoo.de>
* @copyright 2021 markenzoo eG
* @license https://github.com/markenzoo/contao-file-helper-bundle/blob/master/LICENSE MIT License
*/
namespace Markenzoo\ContaoFileHelperBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ContaoFileHelperBundle extends Bundle
{
}