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