src/Application/Internit/AgencyBundle/ApplicationInternitAgencyBundle.php line 7

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