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 f88a7c8 commit 828e5e8Copy full SHA for 828e5e8
app/code/Magento/Log/Model/Resource/Visitor/Online/Collection.php
@@ -71,7 +71,7 @@ public function addCustomerData()
71
];
72
73
$this->getSelect()->joinLeft(
74
- ['customer' => $this->getConnection()->getTableName('customer_entity')],
+ ['customer' => $this->getResource()->getTable('customer_entity')],
75
'customer.entity_id=main_table.customer_id',
76
$attributes
77
);
0 commit comments