示例#1
0
 private function syncTags(Person $person, array $tags)
 {
     $person->tags()->sync($tags);
 }