We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cef25f + 22a3956 commit 4c41eebCopy full SHA for 4c41eeb
app/code/Magento/Store/Model/Config/Cache/Tag/Strategy/CompositeTagGenerator.php
@@ -23,7 +23,7 @@ class CompositeTagGenerator implements TagGeneratorInterface
23
* @param TagGeneratorInterface[] $tagGenerators
24
*/
25
public function __construct(
26
- array $tagGenerators
+ array $tagGenerators = []
27
) {
28
$this->tagGenerators = $tagGenerators;
29
}
0 commit comments