3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-19 11:35:39 +00:00

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();
});
}