Skip to content

Commit

Permalink
add language field to course info
Browse files Browse the repository at this point in the history
  • Loading branch information
lamtev committed Oct 19, 2019
1 parent f813e83 commit 9bd37b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Course {
private String description;
private String logoUrl;
private int size;
private String language;
private int difficulty;
private String category;
private String version;
Expand Down

0 comments on commit 9bd37b8

Please sign in to comment.