Skip to content

Magento 2.4.3 p1 command line Area code is not set

I’ve a custom command line module as follows: <?php namespace TestMosIntegrationConsole; use SymfonyComponentConsoleCommandCommand; use SymfonyComponentConsoleInputInputInterface; use SymfonyComponentConsoleOutputOutputInterface; use SymfonyComponentConsoleInputInputArgument; class FixOrders extends Command { protected $_helper; protected $_state; public function __construct( TestMosIntegrationHelperData $helper, MagentoFrameworkAppState $state ) { $this->_helper = $helper;… Read More »Magento 2.4.3 p1 command line Area code is not set