<?php/** * Created by PhpStorm. * User: simonwohler * Date: 14.12.17 * Time: 14:46 */namespace Bekanntmacher\BoxmakerBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * Configures the Contao calendar bundle. * * @author Leo Feyer <https://github.com/leofeyer> */class BoxmakerBundle extends Bundle{}