From 93222dd9a9b147e05287a2844a6a5aa45760b2ea Mon Sep 17 00:00:00 2001 From: Matt Bartel Date: Mon, 13 Oct 2025 13:12:57 +0200 Subject: [PATCH] Update syncTagIds to public method --- src/HasTags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;