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