updated readme

This commit is contained in:
Jack Goh
2018-06-12 09:46:42 +08:00
parent 929266a09c
commit a3cb5344ee
9 changed files with 449 additions and 40 deletions
+2 -1
View File
@@ -115,5 +115,6 @@ class BookingController extends Controller
$booking->delete($book_id);
return response()->json($book_id, 204);
}
// TODO : cancel function
// TODO : cancel booking feature
}