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 28a994d commit 1bc680cCopy full SHA for 1bc680c
Block/Variants.php
@@ -40,7 +40,7 @@ public function __construct(
40
array $data = []
41
) {
42
parent::__construct($context, $data);
43
- $this->context = $this->context = $context;
+ $this->context = $context;
44
}
45
46
public function isVisible(): bool
0 commit comments