parent
5cc7410904
commit
8c7b08d61f
@ -0,0 +1,26 @@ |
|||||||
|
<?php |
||||||
|
/** |
||||||
|
* This file is part of the <name> project. |
||||||
|
* |
||||||
|
* (c) <yourname> <youremail> |
||||||
|
* |
||||||
|
* For the full copyright and license information, please view the LICENSE |
||||||
|
* file that was distributed with this source code. |
||||||
|
*/ |
||||||
|
|
||||||
|
namespace Chamilo\SkillBundle; |
||||||
|
|
||||||
|
use Symfony\Component\HttpKernel\Bundle\Bundle; |
||||||
|
|
||||||
|
/** |
||||||
|
* This file has been generated by the EasyExtends bundle ( https://sonata-project.org/easy-extends ) |
||||||
|
* |
||||||
|
* References : |
||||||
|
* bundles : http://symfony.com/doc/current/book/bundles.html |
||||||
|
* |
||||||
|
* @author <yourname> <youremail> |
||||||
|
*/ |
||||||
|
class ChamiloSkillBundle extends Bundle |
||||||
|
{ |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue