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 6e70ebd commit 73abec6Copy full SHA for 73abec6
app/code/Magento/Webapi/Controller/Soap.php
@@ -51,6 +51,11 @@ class Soap implements \Magento\Framework\App\FrontControllerInterface
51
*/
52
protected $_errorProcessor;
53
54
+ /**
55
+ * @var \Magento\Framework\App\State
56
+ */
57
+ protected $_appState;
58
+
59
/**
60
* @var \Magento\Framework\Locale\ResolverInterface
61
0 commit comments