We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3aed3ae + e999f31 commit d2a501cCopy full SHA for d2a501c
2 files changed
src/Vivait/StringGeneratorBundle/DependencyInjection/Compiler/GeneratorPass.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace AppBundle\DependencyInjection\Compiler;
+namespace Vivait\StringGeneratorBundle\DependencyInjection\Compiler;
4
5
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
6
use Symfony\Component\DependencyInjection\ContainerBuilder;
src/Vivait/StringGeneratorBundle/VivaitStringGeneratorBundle.php
@@ -2,7 +2,7 @@
namespace Vivait\StringGeneratorBundle;
-use AppBundle\DependencyInjection\Compiler\GeneratorPass;
+use Vivait\StringGeneratorBundle\DependencyInjection\Compiler\GeneratorPass;
7
use Symfony\Component\HttpKernel\Bundle\Bundle;
8
0 commit comments