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 735c909 commit 3566dd9Copy full SHA for 3566dd9
lib/internal/Magento/Framework/GraphQl/Exception/GraphQlInputException.php
@@ -94,7 +94,7 @@ public function getErrors(): array
94
*/
95
public function getExtensions(): array
96
{
97
- $extensions['category'] = $this->getCategory();
98
- return $extensions;
+ $exceptionCategory['category'] = $this->getCategory();
+ return $exceptionCategory;
99
}
100
0 commit comments