Skip to content

Commit 4dc42da

Browse files
Merge pull request #6090 from magento-engcom/2.4.1-develop-MC-37112
[Magento Community Engineering] Fixes MC-37112 - Fastly works incorrectly
2 parents 6be6b04 + c97dcd0 commit 4dc42da

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 (int)$this->_scopeConfig->getValue(self::XML_PAGECACHE_TYPE);
124+
return $this->_scopeConfig->getValue(self::XML_PAGECACHE_TYPE);
125125
}
126126

127127
/**

0 commit comments

Comments
 (0)