<?php
declare(strict_types=1);
/*
* This file is part of contao-weinanlieferung-bundle.
*
* (c) vonRotenberg
*
* @license commercial
*/
namespace vonRotenberg\WeinanlieferungBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class VonrotenbergWeinanlieferungBundle extends Bundle
{
}