Skip to content

Commit

Permalink
[4.x] Add saveQuietly to LocalizedTerm (#9278)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuablum authored Jan 8, 2024
1 parent 0f08bf5 commit 3cfec1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Taxonomies/LocalizedTerm.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@ public function newAugmentedInstance(): Augmented
// ])->all();
// }

public function saveQuietly()
{
return $this->term->saveQuietly();
}

public function save()
{
return $this->term->save();
Expand Down

0 comments on commit 3cfec1f

Please sign in to comment.