We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1759898 commit 075d377Copy full SHA for 075d377
lib/internal/Magento/Framework/App/Action/AbstractAction.php
@@ -1,7 +1,5 @@
1
<?php
2
/**
3
- * Abstract redirect/forward action class
4
- *
5
* Copyright © Magento, Inc. All rights reserved.
6
* See COPYING.txt for license details.
7
*/
@@ -11,10 +9,12 @@
11
9
use Magento\Framework\App\ResponseInterface;
12
10
13
+ * Abstract redirect/forward action class
+ *
14
* @deprecated Use \Magento\Framework\App\ActionInterface
15
* @see https://community.magento.com/t5/Magento-DevBlog/Decomposition-of-Magento-Controllers/ba-p/430883
16
17
-abstract class AbstractAction implements ActionInterface
+abstract class AbstractAction implements \Magento\Framework\App\ActionInterface
18
{
19
20
* @var \Magento\Framework\App\RequestInterface
0 commit comments