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