Had to use below as I was getting "Area Code not Set" error at
|
if (!$this->_appState->getAreaCode()) { |
$this->_appState->setAreaCode(\Magento\Framework\App\Area::AREA_ADMINHTML);
if (!$this->_appState->getAreaCode()) {
$this->_appState->setAreaCode(\Magento\Framework\App\Area::AREA_ADMINHTML);
//$this->_appState->setAreaCode('adminhtml');
}
Had to use below as I was getting "Area Code not Set" error at
changepassword/Console/Command/ChangePassword.php
Line 103 in 40ab150