parent
e1242a2b59
commit
4294dae24c
@ -1,24 +1,15 @@ |
||||
<?php |
||||
/* For licensing terms, see /license.txt */ |
||||
|
||||
namespace Chamilo\TimelineBundle; |
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle; |
||||
|
||||
/** |
||||
* This file has been generated by the EasyExtends bundle ( https://sonata-project.org/easy-extends ). |
||||
* Class ChamiloTimelineBundle. |
||||
* |
||||
* References : |
||||
* bundles : http://symfony.com/doc/current/book/bundles.html |
||||
* |
||||
* @author <yourname> <youremail> |
||||
* @package Chamilo\TimelineBundle |
||||
*/ |
||||
class ChamiloTimelineBundle extends Bundle |
||||
{ |
||||
/** |
||||
* {@inheritdoc} |
||||
*/ |
||||
public function getParent() |
||||
{ |
||||
return 'SonataTimelineBundle'; |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue