Initial commit
This commit is contained in:
15
KnplabsGaufretteBundle.php
Normal file
15
KnplabsGaufretteBundle.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Knplabs\Bundle\GaufretteBundle;
|
||||
|
||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
/**
|
||||
* The Gaufrette Bundle
|
||||
*
|
||||
* @author Antoine Hérault <antoine.herault@gmail.com>
|
||||
*/
|
||||
class KnplabsGaufretteBundle extends Bundle
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user