File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
app/code/Magento/Sales/Controller/AbstractController Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
3
* Copyright © Magento, Inc. All rights reserved.
5
4
* See COPYING.txt for license details.
6
5
*/
6
+
7
7
namespace Magento \Sales \Controller \AbstractController ;
8
8
9
9
use Magento \Framework \App \Action ;
10
10
use Magento \Framework \Registry ;
11
+ use Magento \Framework \App \Action \HttpPostActionInterface ;
11
12
12
- abstract class Reorder extends Action \Action
13
+ /**
14
+ * Abstract class for controllers Reorder(Customer) and Reorder(Guest)
15
+ *
16
+ * @package Magento\Sales\Controller\AbstractController
17
+ */
18
+ abstract class Reorder extends Action \Action implements HttpPostActionInterface
13
19
{
14
20
/**
15
21
* @var \Magento\Sales\Controller\AbstractController\OrderLoaderInterface
You can’t perform that action at this time.
0 commit comments