Skip to content

Commit 54e70fb

Browse files
committed
Fixed static tests
1 parent b1b6894 commit 54e70fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Tax/Controller/Adminhtml/Rule/AjaxLoadRates.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
use Magento\Framework\App\Action\Context;
99
use Magento\Framework\App\Action\Action;
10+
use Magento\Framework\App\Action\HttpGetActionInterface;
1011
use Magento\Framework\Controller\Result\Json;
1112
use Magento\Framework\Controller\ResultFactory;
1213
use Magento\Tax\Model\Rate\Provider as RatesProvider;
@@ -17,7 +18,7 @@
1718
* Class AjaxLoadRates is intended to load existing
1819
* Tax rates as options for a select element.
1920
*/
20-
class AjaxLoadRates extends Action
21+
class AjaxLoadRates extends Action implements HttpGetActionInterface
2122
{
2223
/**
2324
* @var RatesProvider

0 commit comments

Comments
 (0)