/**
  * Update an existing Tag
  *
  * @param Tag $tag
  * @return void
  */
 public function update(Tag $tag)
 {
     $tag->save();
 }