Skip to content

Commit 17f1f83

Browse files
committed
ACP2E-3063: [Cloud] Cache is not getting invalidated.
- with test
1 parent afc849a commit 17f1f83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Theme/Model/LayoutCacheTagResolverFactory.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ class LayoutCacheTagResolverFactory
2828
{
2929
/**
3030
* Construct
31+
*
32+
* @param array $cacheTagsResolvers
3133
*/
3234
public function __construct(
3335
private readonly array $cacheTagsResolvers
34-
) {}
36+
) {
37+
}
3538

3639
/**
3740
* Return tag resolver for specified object

0 commit comments

Comments
 (0)