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