Skip to content

Commit 9cb7e8c

Browse files
authored
AC-8582 - Full page cache fix
1 parent 08a0659 commit 9cb7e8c

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;
48+
private DeploymentConfig $deploymentConfig;
4949

5050
/**
5151
* @param array $data

0 commit comments

Comments
 (0)