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