This commit is contained in:
2026-07-03 14:25:26 +08:00
parent a0b975003a
commit b08fdb1801
+1 -5
View File
@@ -79,11 +79,6 @@ class Scanner extends Component
} }
$this->syncLegacyState(); $this->syncLegacyState();
if ($this->config['cache_enabled']) {
$this->saveToCache($cacheFile);
}
return $this->changeSet; return $this->changeSet;
} }
@@ -118,6 +113,7 @@ class Scanner extends Component
} }
$this->syncLegacyState(); $this->syncLegacyState();
return $this->changeSet; return $this->changeSet;
} }