KnpGaufretteBundle/KnpGaufretteBundle.php
2011-07-03 11:38:38 +02:00

16 lines
290 B
PHP

<?php
namespace Knp\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 KnpGaufretteBundle extends Bundle
{
}