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