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