<?php/** * @copyright Softleister 2007-2017 * @author Softleister <info@softleister.de> * @package BackupDB - Database backup * @license LGPL * @see https://github.com/do-while/contao-BackupDB * */namespace Softleister\BackupDbBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * Configures the Contao BackupDB bundle. * * @author Glen Langer */class SoftleisterBackupDbBundle extends Bundle{}