vendor/do-while/contao-backupdb-bundle/src/SoftleisterBackupDbBundle.php line 21

Open in your IDE?
  1. <?php
  2. /**
  3.  * @copyright  Softleister 2007-2017
  4.  * @author     Softleister <info@softleister.de>
  5.  * @package    BackupDB - Database backup
  6.  * @license    LGPL
  7.  * @see           https://github.com/do-while/contao-BackupDB
  8.  *
  9.  */
  10. namespace Softleister\BackupDbBundle;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. /**
  13.  * Configures the Contao BackupDB bundle.
  14.  *
  15.  * @author Glen Langer
  16.  */
  17. class SoftleisterBackupDbBundle extends Bundle
  18. {
  19. }