Skip to content

Commit c45e16b

Browse files
committed
Fixed issue with PHP Fatal error: Cannot redeclare Magento\Customer\Model\Session::$accountConfirmation
1 parent 214e03c commit c45e16b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/code/Magento/Customer/Model/Session.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ class Session extends \Magento\Framework\Session\SessionManager
9999
*/
100100
protected $_httpContext;
101101

102-
/**
103-
* @var AccountConfirmation
104-
*/
105-
protected $accountConfirmation;
106-
107102
/**
108103
* @var GroupManagementInterface
109104
*/

0 commit comments

Comments
 (0)