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