Skip to content

Commit fc3f488

Browse files
committed
Improve legacy book factory to use more bc-layer classes
1 parent ae389bf commit fc3f488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Application/src/Factory/LegacyBookFactory.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
namespace App\Factory;
1515

1616
use Sylius\Component\Resource\Exception\UnexpectedTypeException;
17-
use Sylius\Resource\Factory\FactoryInterface;
18-
use Sylius\Resource\Model\TranslatableInterface;
19-
use Sylius\Resource\Translation\Provider\TranslationLocaleProviderInterface;
17+
use Sylius\Component\Resource\Factory\FactoryInterface;
18+
use Sylius\Component\Resource\Model\TranslatableInterface;
19+
use Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface;
2020

2121
final class LegacyBookFactory implements BookFactoryInterface
2222
{

0 commit comments

Comments
 (0)