Skip to content

Commit

Permalink
fix: rename Student to StudentDto
Browse files Browse the repository at this point in the history
  • Loading branch information
birddevelper authored Dec 8, 2024
1 parent 5ebe488 commit e36646a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ To start using the library, follow these steps:
@Override
protected Class<?> getDTO() {
return Student.class;
return StudentDto.class;
}
@Override
protected FilterSet configFilterSet() {
Expand Down Expand Up @@ -184,7 +184,7 @@ To start using the library, follow these steps:
@Override
protected Class<?> getDTO() {
return Student.class;
return StudentDto.class;
}
@Override
protected FilterSet configFilterSet() {
Expand Down

0 comments on commit e36646a

Please sign in to comment.