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.
1 parent 20f7370 commit e9e4d3aCopy full SHA for e9e4d3a
src/Generator/CacheContextGenerator.php
@@ -34,7 +34,7 @@ public function __construct(
34
public function generate(array $parameters)
35
{
36
$module = $parameters['module'];
37
- $cache_context = $parameters['ache_context'];
+ $cache_context = $parameters['cache_context'];
38
$class = $parameters['class'];
39
40
$moduleInstance = $this->extensionManager->getModule($module);
0 commit comments