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