KnpGaufretteBundle/KnpGaufretteBundle.php

16 lines
290 B
PHP
Raw Normal View History

2011-05-08 21:04:37 +00:00
<?php
namespace Knp\Bundle\GaufretteBundle;
2011-05-08 21:04:37 +00:00
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
2011-05-08 21:04:37 +00:00
{
}