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