Merge pull request #15603 from marcusmoore/fixes/add-reguard

Added `Model::reguard()` to importer
This commit is contained in:
snipe
2024-10-07 22:28:53 +01:00
committed by GitHub

View File

@@ -164,6 +164,7 @@ abstract class Importer
$this->log('------------- Action Summary ----------------');
}
Model::reguard();
});
}