Change Knplabs to Knp. BC break before Symfony2 release.

This commit is contained in:
Matthieu Bontemps
2011-07-03 11:38:38 +02:00
parent ecac97ce67
commit 6ca918cc26
20 changed files with 52 additions and 52 deletions

15
KnpGaufretteBundle.php Normal file
View File

@@ -0,0 +1,15 @@
<?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
{
}