info('Dispatching FetchDeviceModelsJob...'); try { FetchDeviceModelsJob::dispatchSync(); $this->info('FetchDeviceModelsJob has been dispatched successfully.'); return self::SUCCESS; } catch (Exception $e) { $this->error('Failed to dispatch FetchDeviceModelsJob: '.$e->getMessage()); return self::FAILURE; } } }