Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/braincrafted/bootstrap-bundle/Bc/Bundle/BootstrapBundle/BcBootstrapBundle.php

23 lines
538 B

<?php
/**
* This file is part of BcBootstrapBundle.
*
* (c) 2012-2013 by Florian Eckerstorfer
*/
namespace Bc\Bundle\BootstrapBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* BcBootstrapBundle
*
* @package BcBootstrapBundle
* @author Florian Eckerstorfer <florian@eckerstorfer.co>
* @copyright 2012-2013 Florian Eckerstorfer
* @license http://opensource.org/licenses/MIT The MIT License
* @link http://bootstrap.braincrafted.com Bootstrap for Symfony2
*/
class BcBootstrapBundle extends Bundle
{
}