File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote Expand file tree Collapse file tree 1 file changed +7
-3
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
*/
7
6
namespace Magento \SalesRule \Controller \Adminhtml \Promo \Quote ;
8
7
9
- class NewConditionHtml extends \Magento \SalesRule \Controller \Adminhtml \Promo \Quote
8
+ use Magento \Framework \App \Action \HttpPostActionInterface ;
9
+
10
+ /**
11
+ * Controller class NewConditionHtml. Returns condition html
12
+ */
13
+ class NewConditionHtml extends \Magento \SalesRule \Controller \Adminhtml \Promo \Quote implements HttpPostActionInterface
10
14
{
11
15
/**
12
16
* New condition html action
@@ -44,4 +48,4 @@ public function execute()
44
48
}
45
49
$ this ->getResponse ()->setBody ($ html );
46
50
}
47
- }
51
+ }
You can’t perform that action at this time.
0 commit comments