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