Skip to content

Commit 1a03f1c

Browse files
authored
refactor #864 Improve legacy book factory to use more bc-layer classes (loic425)
This PR was merged into the 1.11 branch. Discussion ---------- | Q | A | --------------- | ----- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | mentioned in #860 | License | MIT It handles this comment #860 (comment) Commits ------- fc3f488 Improve legacy book factory to use more bc-layer classes
2 parents 643c575 + fc3f488 commit 1a03f1c

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)