%PDF- %PDF-
| Direktori : /proc/self/root/home/tjamichg/cursos.tjamich.gob.mx/src/Chamilo/AdminBundle/ |
| Current File : //proc/self/root/home/tjamichg/cursos.tjamich.gob.mx/src/Chamilo/AdminBundle/ChamiloAdminBundle.php |
<?php
/* For licensing terms, see /license.txt */
namespace Chamilo\AdminBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Class ApplicationSonataAdminBundle.
*
* @package Application\Sonata\AdminBundle
*/
class ChamiloAdminBundle extends Bundle
{
/**
* {@inheritdoc}
*/
public function getParent()
{
return 'SonataAdminBundle';
}
}