purge(LOGTIMOUT); $this->response(['Value' => 'OK']); } public function fetch(){ //echo (new VirtualDeviceManager)->fetch(''); echo (new Covid)->fetch(''); echo (new OpenWeatherMap)->fetch(''); $this->response(['Value' => 'OK']); } }