<?php
namespace App\Application\Internit\AgencyBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class ApplicationInternitAgencyBundle extends Bundle
{
/**
* {@inheritdoc}
*/
public function getParent()
{
return 'ApplicationInternitAgencyBundle';
}
}