From 18c38df2aac52bcc7c80689db5a6eaa04c627284 Mon Sep 17 00:00:00 2001 From: Gunnstein Lye Date: Fri, 31 Jul 2015 15:02:14 +0200 Subject: [PATCH] Fix: Partial revert of dfceea09b58dad which lowercased the B in RepositoryFormsBundle --- bundle/DependencyInjection/Compiler/FieldTypeFormMapperPass.php | 2 +- .../DependencyInjection/EzSystemsRepositoryFormsExtension.php | 2 +- bundle/EzSystemsRepositoryFormsBundle.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle/DependencyInjection/Compiler/FieldTypeFormMapperPass.php b/bundle/DependencyInjection/Compiler/FieldTypeFormMapperPass.php index d99c49767..ada82b9a4 100644 --- a/bundle/DependencyInjection/Compiler/FieldTypeFormMapperPass.php +++ b/bundle/DependencyInjection/Compiler/FieldTypeFormMapperPass.php @@ -8,7 +8,7 @@ * * @version //autogentag// */ -namespace EzSystems\RepositoryFormsbundle\DependencyInjection\Compiler; +namespace EzSystems\RepositoryFormsBundle\DependencyInjection\Compiler; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; use Symfony\Component\DependencyInjection\ContainerBuilder; diff --git a/bundle/DependencyInjection/EzSystemsRepositoryFormsExtension.php b/bundle/DependencyInjection/EzSystemsRepositoryFormsExtension.php index 54bd2699e..fc71183fc 100644 --- a/bundle/DependencyInjection/EzSystemsRepositoryFormsExtension.php +++ b/bundle/DependencyInjection/EzSystemsRepositoryFormsExtension.php @@ -8,7 +8,7 @@ * * @version //autogentag// */ -namespace EzSystems\RepositoryFormsbundle\DependencyInjection; +namespace EzSystems\RepositoryFormsBundle\DependencyInjection; use Symfony\Component\Config\Resource\FileResource; use Symfony\Component\DependencyInjection\ContainerBuilder; diff --git a/bundle/EzSystemsRepositoryFormsBundle.php b/bundle/EzSystemsRepositoryFormsBundle.php index c4d4ed285..82e33ad1b 100644 --- a/bundle/EzSystemsRepositoryFormsBundle.php +++ b/bundle/EzSystemsRepositoryFormsBundle.php @@ -8,7 +8,7 @@ * * @version //autogentag// */ -namespace EzSystems\RepositoryFormsbundle; +namespace EzSystems\RepositoryFormsBundle; use EzSystems\RepositoryFormsBundle\DependencyInjection\Compiler\FieldTypeFormMapperPass; use Symfony\Component\DependencyInjection\ContainerBuilder;