Skip to content

Commit a62a889

Browse files
author
Sergii Kovalenko
committed
MAGETWO-56062: [Github #3890] Recently Viewed Products block does not appear when FPC is enabled
--documentation
1 parent d37e703 commit a62a889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Reports/Block/Product/Compared.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Reports Recently Compared Products Block
1111
*
1212
* @author Magento Core Team <core@magentocommerce.com>
13-
* @api
13+
* @deprecated
1414
*/
1515
class Compared extends \Magento\Reports\Block\Product\AbstractProduct
1616
{

app/code/Magento/Reports/Block/Product/Viewed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Reports Recently Viewed Products Block
1313
*
1414
* @author Magento Core Team <core@magentocommerce.com>
15-
* @api
15+
* @deprecated
1616
*/
1717
class Viewed extends AbstractProduct implements IdentityInterface
1818
{

0 commit comments

Comments
 (0)