Skip to content

Commit 753d688

Browse files
committed
33465 Varnish cache adding top menu category ids to all page cache tags
1 parent 33242e4 commit 753d688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageCache/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function __construct(
121121
*/
122122
public function getType()
123123
{
124-
return $this->_scopeConfig->getValue(self::XML_PAGECACHE_TYPE);
124+
return (int)$this->_scopeConfig->getValue(self::XML_PAGECACHE_TYPE);
125125
}
126126

127127
/**

0 commit comments

Comments
 (0)