Skip to content

Commit e999f31

Browse files
committed
Fix AppBundle namespace issue
1 parent 3aed3ae commit e999f31

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)