Merge pull request #15603 from marcusmoore/fixes/add-reguard
Added `Model::reguard()` to importer
This commit is contained in:
commit
26d7572bcc
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ abstract class Importer
|
||||||
|
|
||||||
$this->log('------------- Action Summary ----------------');
|
$this->log('------------- Action Summary ----------------');
|
||||||
}
|
}
|
||||||
|
Model::reguard();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue