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.
23 lines
538 B
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
|
|
{
|
|
}
|
|
|