Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Reorder.php
Go to the documentation of this file.
1 <?php
8 
10 {
16  public function __construct(
17  \Magento\Framework\App\Action\Context $context,
18  \Magento\Sales\Controller\Guest\OrderLoader $orderLoader,
19  \Magento\Framework\Registry $registry
20  ) {
21  parent::__construct($context, $orderLoader, $registry);
22  }
23 }
__construct(\Magento\Framework\App\Action\Context $context, \Magento\Sales\Controller\Guest\OrderLoader $orderLoader, \Magento\Framework\Registry $registry)
Definition: Reorder.php:16