src/bekanntmacher/boxmaker-bundle/src/BoxmakerBundle.php line 19

Open in your IDE?
  1. <?php
  2. /**
  3.  * Created by PhpStorm.
  4.  * User: simonwohler
  5.  * Date: 14.12.17
  6.  * Time: 14:46
  7.  */
  8. namespace Bekanntmacher\BoxmakerBundle;
  9. use Symfony\Component\HttpKernel\Bundle\Bundle;
  10. /**
  11.  * Configures the Contao calendar bundle.
  12.  *
  13.  * @author Leo Feyer <https://github.com/leofeyer>
  14.  */
  15. class BoxmakerBundle extends Bundle
  16. {
  17. }