Example #1
0
 private function syncTags(Event $event, array $tags)
 {
     $event->tags()->sync($tags);
 }