<?php/** * @copyright Softleister 2011-2017 * @author Softleister <info@softleister.de> * @package pdf-template * @license LGPL * @see https://github.com/do-while/contao-pdf-template * */namespace Softleister\PdftemplateBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * Configures the Contao BackupDB bundle. */class SoftleisterPdftemplateBundle extends Bundle{}