Skip to content

Commit

Permalink
Move SourceProviderPass to "Compiler" sub-namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Nov 28, 2022
1 parent 7ce8008 commit 4e6c375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

namespace Neusta\Pimcore\TranslationMigrationBundle\DependencyInjection;
namespace Neusta\Pimcore\TranslationMigrationBundle\DependencyInjection\Compiler;

use Neusta\Pimcore\TranslationMigrationBundle\Source\SymfonySourceProvider;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
Expand Down
2 changes: 1 addition & 1 deletion src/NeustaPimcoreTranslationMigrationBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Neusta\Pimcore\TranslationMigrationBundle;

use Neusta\Pimcore\TranslationMigrationBundle\DependencyInjection\SourceProviderPass;
use Neusta\Pimcore\TranslationMigrationBundle\DependencyInjection\Compiler\SourceProviderPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;

Expand Down

0 comments on commit 4e6c375

Please sign in to comment.