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