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.
2 parents f77f96b + 243d471 commit 3d297c4Copy full SHA for 3d297c4
app/code/Magento/Customer/Controller/Ajax/Login.php
@@ -27,9 +27,9 @@
27
class Login extends \Magento\Framework\App\Action\Action implements HttpPostActionInterface
28
{
29
/**
30
- * @var \Magento\Framework\Session\Generic
+ * @var \Magento\Customer\Model\Session
31
*/
32
- protected $session;
+ protected $customerSession;
33
34
35
* @var AccountManagementInterface
app/code/Magento/Customer/Controller/Ajax/Logout.php
@@ -16,9 +16,9 @@
16
class Logout extends \Magento\Framework\App\Action\Action
17
18
19
20
21
22
23
24
* @var \Magento\Framework\Controller\Result\JsonFactory
0 commit comments