_logger = $logger; } public function execute() { $history = new \Retailcrm\Retailcrm\Model\History\Exchange(); $history->ordersHistory(); $this->_logger->writeRow('Cron Works: OrderHistory'); } }