for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/* For licensing terms, see /license.txt */
namespace Chamilo\MediaBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* This file has been generated by the EasyExtends bundle ( http://sonata-project.org/easy-extends ).
*
* References :
* bundles : http://symfony.com/doc/current/book/bundles.html
* @author <yourname> <youremail>
*/
class ChamiloMediaBundle extends Bundle
{
}