Skip to content

Commit

Permalink
Removed unused dependencys
Browse files Browse the repository at this point in the history
- Magento\Sales\Model\ResourceModel\Order as Resource;
-Magento\Framework\Api\SortOrder;
  • Loading branch information
Ivan Krsnik committed Mar 16, 2017
1 parent b47cb1f commit 708287d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/code/Magento/Sales/Model/OrderRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
namespace Magento\Sales\Model;

use Magento\Framework\Api\SearchCriteria\CollectionProcessorInterface;
use Magento\Sales\Model\ResourceModel\Order as Resource;
use Magento\Sales\Model\ResourceModel\Metadata;
use Magento\Sales\Model\Order\ShippingAssignmentBuilder;
use Magento\Sales\Api\Data\OrderSearchResultInterfaceFactory as SearchResultFactory;
Expand All @@ -16,7 +15,6 @@
use Magento\Sales\Api\Data\ShippingAssignmentInterface;
use Magento\Framework\Exception\NoSuchEntityException;
use Magento\Framework\Exception\InputException;
use Magento\Framework\Api\SortOrder;

/**
* Repository class for @see OrderInterface
Expand Down

0 comments on commit 708287d

Please sign in to comment.