Exemplo n.º 1
0
 private function syncVideos(Tag $tag, array $videos)
 {
     $tag->videos()->sync($videos);
 }