diff --git a/src/HasTags.php b/src/HasTags.php index eff624c..1791970 100644 --- a/src/HasTags.php +++ b/src/HasTags.php @@ -283,7 +283,7 @@ protected static function convertToTagsOfAnyType($values, $locale = null) })->flatten(); } - protected function syncTagIds($ids, string | null $type = null, $detaching = true): void + public function syncTagIds($ids, string | null $type = null, $detaching = true): void { $isUpdated = false;