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