Skip to content

Commit

Permalink
feat(fix): changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zPereiraa committed Jul 12, 2024
1 parent 9a83b19 commit 30828cb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@ public void addReport(Report report) {
public void removeReport(Report report) {
this.reports.remove(report);
}

public List<Report> getReports() {
return reports;
}
}

0 comments on commit 30828cb

Please sign in to comment.