Fixed comment text

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-06-05 11:56:14 +01:00
parent 6291389df5
commit e33f73fe9f
+1 -1
View File
@@ -83,7 +83,7 @@ class AssetImporter extends ItemImporter
if ($this->findCsvMatch($row, 'id')!='') {
// Override location if an ID was given
// Override asset if an ID was given
\Log::debug('Finding asset by ID: '.$this->findCsvMatch($row, 'id'));
$asset = Asset::find($this->findCsvMatch($row, 'id'));
} else {