Skip to content

Commit bb953bf

Browse files
committed
fix tag service location
1 parent 2e6595a commit bb953bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NodeFactory/Service/AutoBindNodeFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
namespace Symplify\PhpConfigPrinter\NodeFactory\Service;
66

77
use PhpParser\Node\Expr\MethodCall;
8-
use Symplify\PhpConfigPrinter\Converter\ServiceOptionsKeyYamlToPhpFactory\TagsServiceOptionKeyYamlToPhpFactory;
98
use Symplify\PhpConfigPrinter\NodeFactory\ArgsNodeFactory;
9+
use Symplify\PhpConfigPrinter\ServiceOptionConverter\TagsServiceOptionKeyYamlToPhpFactory;
1010
use Symplify\PhpConfigPrinter\ValueObject\YamlKey;
1111

1212
final class AutoBindNodeFactory

src/Converter/ServiceOptionsKeyYamlToPhpFactory/TagsServiceOptionKeyYamlToPhpFactory.php renamed to src/ServiceOptionConverter/TagsServiceOptionKeyYamlToPhpFactory.php

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

33
declare(strict_types=1);
44

5-
namespace Symplify\PhpConfigPrinter\Converter\ServiceOptionsKeyYamlToPhpFactory;
5+
namespace Symplify\PhpConfigPrinter\ServiceOptionConverter;
66

77
use Nette\Utils\Arrays;
88
use PhpParser\BuilderHelpers;

0 commit comments

Comments
 (0)