File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
app/code/Magento/Customer/Controller Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 12
12
* AbstractAccount class is deprecated, in favour of Composition approach to build Controllers
13
13
*
14
14
* @SuppressWarnings(PHPMD.NumberOfChildren)
15
- * @deprecated 2.4.0
15
+ * @deprecated
16
16
* @see \Magento\Customer\Controller\AccountInterface
17
17
*/
18
18
abstract class AbstractAccount extends Action implements AccountInterface
Original file line number Diff line number Diff line change 10
10
use Closure ;
11
11
use Magento \Customer \Controller \AccountInterface ;
12
12
use Magento \Customer \Model \Session ;
13
- use Magento \Framework \App \ActionFlag ;
14
- use Magento \Framework \App \ActionInterface ;
15
13
use Magento \Framework \App \RequestInterface ;
16
14
use Magento \Framework \App \ResponseInterface ;
17
15
use Magento \Framework \Controller \ResultInterface ;
You can’t perform that action at this time.
0 commit comments