Skip to content

Commit

Permalink
ajout de ancienDepuis dans SanitizedCompte
Browse files Browse the repository at this point in the history
  • Loading branch information
VinConstantin committed Dec 16, 2018
1 parent 546010d commit f846a76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ public interface SanitizedUser {
void setAvatarId(Long id);
Role getRole();
Groupe getGroupe();
long getAncienDepuis();
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ public Groupe getGroupe() {
return this.user.getGroupe();
}

@Override
public long getAncienDepuis() {
return this.user.getAncienDepuis();
}

public int getPosition() {
return position;
}
Expand Down

0 comments on commit f846a76

Please sign in to comment.