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 a10e313 commit b14ad81Copy full SHA for b14ad81
lib/internal/Magento/Framework/Serialize/Serializer/Json.php
@@ -19,7 +19,7 @@ class Json implements SerializerInterface
19
20
public function __construct(){
21
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
22
- $this->appState = $objectmanager->get('Magento\Framework\App\State');
+ $this->appState = $objectManager->get('Magento\Framework\App\State');
23
}
24
/**
25
* {@inheritDoc}
0 commit comments