KnpGaufretteBundle/KnplabsGaufretteBundle.php
Antoine Hérault ae7440f4d7 Initial commit
2011-05-12 00:46:28 +02:00

16 lines
298 B
PHP

<?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
{
}