@@ -16,16 +16,15 @@ |
||
16 | 16 | use Doctrine\ORM\EntityManager; |
17 | 17 | use Doctrine\ORM\Mapping; |
18 | 18 | use Doctrine\ORM\QueryBuilder; |
19 | +use SyliusLabs\AssociationHydrator\AssociationHydrator; |
|
19 | 20 | use Sylius\Bundle\OrderBundle\Doctrine\ORM\OrderRepository as BaseOrderRepository; |
20 | 21 | use Sylius\Component\Core\Model\ChannelInterface; |
21 | 22 | use Sylius\Component\Core\Model\CustomerInterface; |
22 | -use Sylius\Component\Core\Model\Order; |
|
23 | 23 | use Sylius\Component\Core\Model\OrderInterface; |
24 | 24 | use Sylius\Component\Core\Model\PromotionCouponInterface; |
25 | 25 | use Sylius\Component\Core\OrderCheckoutStates; |
26 | 26 | use Sylius\Component\Core\OrderPaymentStates; |
27 | 27 | use Sylius\Component\Core\Repository\OrderRepositoryInterface; |
28 | -use SyliusLabs\AssociationHydrator\AssociationHydrator; |
|
29 | 28 | |
30 | 29 | class OrderRepository extends BaseOrderRepository implements OrderRepositoryInterface |
31 | 30 | { |