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