Skip to content

Commit

Permalink
fix tag service location
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 16, 2023
1 parent 2e6595a commit bb953bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NodeFactory/Service/AutoBindNodeFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
namespace Symplify\PhpConfigPrinter\NodeFactory\Service;

use PhpParser\Node\Expr\MethodCall;
use Symplify\PhpConfigPrinter\Converter\ServiceOptionsKeyYamlToPhpFactory\TagsServiceOptionKeyYamlToPhpFactory;
use Symplify\PhpConfigPrinter\NodeFactory\ArgsNodeFactory;
use Symplify\PhpConfigPrinter\ServiceOptionConverter\TagsServiceOptionKeyYamlToPhpFactory;
use Symplify\PhpConfigPrinter\ValueObject\YamlKey;

final class AutoBindNodeFactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Symplify\PhpConfigPrinter\Converter\ServiceOptionsKeyYamlToPhpFactory;
namespace Symplify\PhpConfigPrinter\ServiceOptionConverter;

use Nette\Utils\Arrays;
use PhpParser\BuilderHelpers;
Expand Down

0 comments on commit bb953bf

Please sign in to comment.