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