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