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