Skip to content

Commit

Permalink
[fix] Access to an undefined property Magento\Webapi\Controller\Soap:…
Browse files Browse the repository at this point in the history
…:$_appState
  • Loading branch information
Marcel Hauri committed Jun 14, 2018
1 parent 60a0a4f commit 530668b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/Magento/Webapi/Controller/Soap.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ class Soap implements \Magento\Framework\App\FrontControllerInterface
*/
protected $_errorProcessor;

/**
* @var \Magento\Framework\App\State
*/
protected $_appState;

/**
* @var \Magento\Framework\Locale\ResolverInterface
*/
Expand Down

0 comments on commit 530668b

Please sign in to comment.