Skip to content

Commit 075d377

Browse files
committed
Fix too much rolled back
1 parent 1759898 commit 075d377

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Abstract redirect/forward action class
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/
@@ -11,10 +9,12 @@
119
use Magento\Framework\App\ResponseInterface;
1210

1311
/**
12+
* Abstract redirect/forward action class
13+
*
1414
* @deprecated Use \Magento\Framework\App\ActionInterface
1515
* @see https://community.magento.com/t5/Magento-DevBlog/Decomposition-of-Magento-Controllers/ba-p/430883
1616
*/
17-
abstract class AbstractAction implements ActionInterface
17+
abstract class AbstractAction implements \Magento\Framework\App\ActionInterface
1818
{
1919
/**
2020
* @var \Magento\Framework\App\RequestInterface

0 commit comments

Comments
 (0)