Skip to content

Commit

Permalink
Changed implements class
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Echo committed Feb 20, 2020
1 parent 7ba11b8 commit 6c5fbcb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
use Magento\Backend\Model\View\Result\ForwardFactory;
use Magento\Backend\Model\View\Result\Redirect;
use Magento\Catalog\Helper\Product;
use Magento\Framework\App\Action\HttpGetActionInterface;
use Magento\Framework\Escaper;
use Magento\Framework\View\Result\PageFactory;
use Magento\Sales\Api\OrderRepositoryInterface;
use Magento\Sales\Controller\Adminhtml\Order\Create;
use Magento\Sales\Helper\Reorder as ReorderHelper;
use Magento\Sales\Model\Order;
use Magento\Sales\Model\Order\Reorder\UnavailableProductsProvider;
use Magento\Framework\App\Action\HttpPostActionInterface;

/**
* Controller create order.
*/
class Reorder extends Create implements HttpPostActionInterface
class Reorder extends Create implements HttpGetActionInterface
{
/**
* @var UnavailableProductsProvider
Expand Down

0 comments on commit 6c5fbcb

Please sign in to comment.