Exemplo n.º 1
0
 /**
  * @param $genre_id
  * @return mixed
  */
 public function destroy($genre_id)
 {
     return Genre::destroy($genre_id);
 }