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