Skip to content

Commit

Permalink
Merge pull request #15603 from marcusmoore/fixes/add-reguard
Browse files Browse the repository at this point in the history
Added `Model::reguard()` to importer
  • Loading branch information
snipe authored Oct 7, 2024
2 parents 382ebef + ee046a8 commit 26d7572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Importer/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public function import()

$this->log('------------- Action Summary ----------------');
}
Model::reguard();
});
}

Expand Down

0 comments on commit 26d7572

Please sign in to comment.