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
commit 26d7572bcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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