Skip to content

Commit 1411598

Browse files
ProkopovVitaliyGabriel Galvao da Gama
authored andcommitted
Reverted changes for http get action
1 parent c1bc7a9 commit 1411598

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/internal/Magento/Framework/App/Action/HttpGetActionInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88

99
namespace Magento\Framework\App\Action;
1010

11-
use Magento\Framework\App\ActionInterface;
12-
1311
/**
1412
* Marker for actions processing GET requests.
1513
*
1614
* @api
1715
*/
18-
interface HttpGetActionInterface extends ActionInterface
16+
interface HttpGetActionInterface extends HttpHeadActionInterface
1917
{
2018

2119
}

0 commit comments

Comments
 (0)