Skip to content

Commit 530668b

Browse files
author
Marcel Hauri
committed
[fix] Access to an undefined property Magento\Webapi\Controller\Soap::$_appState
1 parent 60a0a4f commit 530668b

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/Webapi/Controller

1 file changed

+5
-0
lines changed

app/code/Magento/Webapi/Controller/Soap.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ class Soap implements \Magento\Framework\App\FrontControllerInterface
5151
*/
5252
protected $_errorProcessor;
5353

54+
/**
55+
* @var \Magento\Framework\App\State
56+
*/
57+
protected $_appState;
58+
5459
/**
5560
* @var \Magento\Framework\Locale\ResolverInterface
5661
*/

0 commit comments

Comments
 (0)