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 245c17c commit 8bc06e0Copy full SHA for 8bc06e0
lib/internal/Magento/Framework/App/Http/Context.php
@@ -142,5 +142,6 @@ public function toArray()
142
public function _resetState(): void
143
{
144
$this->data = [];
145
+ $this->default = [];
146
}
147
0 commit comments