예제 #1
0
 public function destroy($id)
 {
     $note = Notes::destroy($id);
     echo "Deleted";
 }