vendor/do-while/contao-pdf-template-bundle/src/SoftleisterPdftemplateBundle.php line 19

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