@@ -17,7 +17,6 @@ |
||
17 | 17 | use Sylius\Component\Resource\Model\TimestampableTrait; |
18 | 18 | use Sylius\Component\Resource\Model\ToggleableTrait; |
19 | 19 | use Sylius\Component\Resource\Model\TranslatableTrait; |
20 | -use Sylius\Component\Resource\Model\TranslationInterface; |
|
21 | 20 | |
22 | 21 | /** |
23 | 22 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Doctrine\Common\Collections\Collection; |
16 | 16 | use Sylius\Component\Resource\Model\TimestampableTrait; |
17 | 17 | use Sylius\Component\Resource\Model\TranslatableTrait; |
18 | -use Sylius\Component\Resource\Model\TranslationInterface; |
|
19 | 18 | |
20 | 19 | /** |
21 | 20 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace Sylius\Component\Product\Model; |
13 | 13 | |
14 | 14 | use Sylius\Component\Resource\Model\TranslatableTrait; |
15 | -use Sylius\Component\Resource\Model\TranslationInterface; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Sylius\Component\Resource\Model\TimestampableTrait; |
15 | 15 | use Sylius\Component\Resource\Model\ToggleableTrait; |
16 | 16 | use Sylius\Component\Resource\Model\TranslatableTrait; |
17 | -use Sylius\Component\Resource\Model\TranslationInterface; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Doctrine\Common\Collections\ArrayCollection; |
15 | 15 | use Doctrine\Common\Collections\Collection; |
16 | 16 | use Sylius\Component\Resource\Model\TranslatableTrait; |
17 | -use Sylius\Component\Resource\Model\TranslationInterface; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * @author Paweł Jędrzejewski <[email protected]> |