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