Skip to content

Commit 61058ed

Browse files
committed
AC-8582 - Full page cache fix
1 parent 9cb7e8c commit 61058ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Http/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Context implements ResetAfterRequestInterface
4545
/**
4646
* @var DeploymentConfig
4747
*/
48-
private DeploymentConfig $deploymentConfig;
48+
private ?DeploymentConfig $deploymentConfig = null;
4949

5050
/**
5151
* @param array $data

0 commit comments

Comments
 (0)