Skip to content

Commit

Permalink
Fixed Unused Local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vinogcs authored Dec 19, 2018
1 parent 4d299eb commit 959beff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Json implements SerializerInterface

public function __construct(){
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$this->appState = $this->objectmanager->get('Magento\Framework\App\State');
$this->appState = $objectmanager->get('Magento\Framework\App\State');
}
/**
* {@inheritDoc}
Expand Down

0 comments on commit 959beff

Please sign in to comment.