src/Application/Internit/QuizBundle/ApplicationInternitQuizBundle.php line 7

Open in your IDE?
  1. <?php
  2. namespace App\Application\Internit\QuizBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. class ApplicationInternitQuizBundle extends Bundle
  5. {
  6.     /**
  7.      * {@inheritdoc}
  8.      */
  9.     public function getParent()
  10.     {
  11.         return 'ApplicationInternitQuizBundle';
  12.     }
  13. }