Skip to content

Commit d2a501c

Browse files
authored
Merge pull request #34 from terox/fix-appbundle-namespace
Fix AppBundle namespace issue
2 parents 3aed3ae + e999f31 commit d2a501c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Vivait/StringGeneratorBundle/DependencyInjection/Compiler/GeneratorPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace AppBundle\DependencyInjection\Compiler;
3+
namespace Vivait\StringGeneratorBundle\DependencyInjection\Compiler;
44

55
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
66
use Symfony\Component\DependencyInjection\ContainerBuilder;

src/Vivait/StringGeneratorBundle/VivaitStringGeneratorBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Vivait\StringGeneratorBundle;
44

5-
use AppBundle\DependencyInjection\Compiler\GeneratorPass;
5+
use Vivait\StringGeneratorBundle\DependencyInjection\Compiler\GeneratorPass;
66
use Symfony\Component\DependencyInjection\ContainerBuilder;
77
use Symfony\Component\HttpKernel\Bundle\Bundle;
88

0 commit comments

Comments
 (0)