src/AppBundle.php line 16

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * Sympathiemagazin
  5.  *
  6.  * @copyright  Copyright (c) 2008-2021, 47GradNord - Agentur für Internetlösungen
  7.  * @author     47GradNord - Agentur für Internetlösungen <info@47gradnord.de>
  8.  */
  9. namespace App;
  10. use Symfony\Component\HttpKernel\Bundle\Bundle;
  11. class AppBundle extends Bundle
  12. {
  13. }