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