Skip to content

Commit 1778c0f

Browse files
author
Gabriel Galvao da Gama
committed
MC-37112: Reverting partially contribution because of bug with fastly
1 parent f842f8d commit 1778c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/code/Magento/PageCache/Model/Config.php

+1-1
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)