Skip to content

Commit

Permalink
Fix: Partial revert of dfceea0 which lowercased the B in RepositoryFo…
Browse files Browse the repository at this point in the history
…rmsBundle
  • Loading branch information
glye committed Jul 31, 2015
1 parent e0f4d79 commit 18c38df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -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;
Expand Down
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion bundle/EzSystemsRepositoryFormsBundle.php
Expand Up @@ -8,7 +8,7 @@
*
* @version //autogentag//
*/
namespace EzSystems\RepositoryFormsbundle;
namespace EzSystems\RepositoryFormsBundle;

use EzSystems\RepositoryFormsBundle\DependencyInjection\Compiler\FieldTypeFormMapperPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down

0 comments on commit 18c38df

Please sign in to comment.