Skip to content

Commit c3c5c00

Browse files
authored
Update syncTagIds to public method (#547)
1 parent 46ff096 commit c3c5c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HasTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ protected static function convertToTagsOfAnyType($values, $locale = null)
283283
})->flatten();
284284
}
285285

286-
protected function syncTagIds($ids, string | null $type = null, $detaching = true): void
286+
public function syncTagIds($ids, string | null $type = null, $detaching = true): void
287287
{
288288
$isUpdated = false;
289289

0 commit comments

Comments
 (0)