Improve collaboration mail.
This commit is contained in:
@@ -45,6 +45,10 @@ public class User
|
||||
return tags;
|
||||
}
|
||||
|
||||
public String getFullName() {
|
||||
return this.getFirstname() + " " + this.getLastname();
|
||||
}
|
||||
|
||||
public String getFirstname() {
|
||||
return firstname;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user