Skip to content

Commit 1bc680c

Browse files
committed
Fix
1 parent 28a994d commit 1bc680c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Variants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(
4040
array $data = []
4141
) {
4242
parent::__construct($context, $data);
43-
$this->context = $this->context = $context;
43+
$this->context = $context;
4444
}
4545

4646
public function isVisible(): bool

0 commit comments

Comments
 (0)