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