Ejemplo n.º 1
0
 public function remove($id)
 {
     $album = Albums::find($id);
     $album->delete();
     return true;
 }