mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Merge pull request #15603 from marcusmoore/fixes/add-reguard
Added `Model::reguard()` to importer
This commit is contained in:
commit
26d7572bcc
|
@ -164,6 +164,7 @@ abstract class Importer
|
||||||
|
|
||||||
$this->log('------------- Action Summary ----------------');
|
$this->log('------------- Action Summary ----------------');
|
||||||
}
|
}
|
||||||
|
Model::reguard();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue