src/Application/Internit/VendaBundle/ApplicationInternitVendaBundle.php line 7

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