Skip to content

Commit 4461e54

Browse files
committed
MC-15378: Customer visitor model doesn't have all data on first get request
1 parent f14d84d commit 4461e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*
1515
* @package Magento\Customer\Model
1616
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
17+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
1718
*/
1819
class Visitor extends \Magento\Framework\Model\AbstractModel
1920
{

0 commit comments

Comments
 (0)