KnpGaufretteBundle/KnplabsGaufretteBundle.php

16 lines
298 B
PHP
Raw Normal View History

2011-05-08 21:04:37 +00:00
<?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
{
}