We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae389bf commit fc3f488Copy full SHA for fc3f488
tests/Application/src/Factory/LegacyBookFactory.php
@@ -14,9 +14,9 @@
14
namespace App\Factory;
15
16
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;
+use Sylius\Component\Resource\Factory\FactoryInterface;
+use Sylius\Component\Resource\Model\TranslatableInterface;
+use Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface;
20
21
final class LegacyBookFactory implements BookFactoryInterface
22
{
0 commit comments