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