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