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

View File

@@ -1,6 +1,6 @@
<?php
namespace Knplabs\Bundle\GaufretteBundle\DependencyInjection;
namespace Knp\Bundle\GaufretteBundle\DependencyInjection;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
@@ -22,7 +22,7 @@ class FactoryConfiguration implements ConfigurationInterface
$treeBuilder = new TreeBuilder();
$treeBuilder
->root('knplabs_gaufrette')
->root('knp_gaufrette')
->ignoreExtraKeys()
->fixXmlConfig('factory', 'factories')
->children()