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