src/Develey/BornBundle/Controller/MagazineController.php line 11

Open in your IDE?
  1. <?php
  2. /**
  3.  * @author      Dominic Ertl <d.ertl@snk.de>
  4.  * @copyright   Copyright (c) 2019 SNK (https://www.snk.de)
  5.  */
  6. namespace Develey\BornBundle\Controller;
  7. use Symfony\Component\HttpFoundation\Request;
  8. class MagazineController extends \CoreBundle\Controller\MagazineController
  9. {
  10. }