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