|
@@ -17,8 +17,8 @@ |
|
|
block discarded – undo |
|
17
|
17
|
use Sylius\Component\Core\Model\ChannelInterface; |
|
18
|
18
|
use Sylius\Component\Core\Model\CustomerInterface; |
|
19
|
19
|
use Sylius\Component\Core\Model\OrderInterface; |
|
20
|
|
-use Sylius\Component\Order\Model\OrderInterface as BaseOrderInterface; |
|
21
|
20
|
use Sylius\Component\Core\Model\PromotionCouponInterface; |
|
|
21
|
+use Sylius\Component\Order\Model\OrderInterface as BaseOrderInterface; |
|
22
|
22
|
use Sylius\Component\Order\Repository\OrderRepositoryInterface as BaseOrderRepositoryInterface; |
|
23
|
23
|
|
|
24
|
24
|
interface OrderRepositoryInterface extends BaseOrderRepositoryInterface |
Please login to merge, or discard this patch.