Skip to content

Commit

Permalink
missing copy
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreyfourmis committed Jan 22, 2024
1 parent d6363c6 commit 1b5c4b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ protected AbstractAdminResource(AbstractAdminResource<T> parent) {
this.auth = parent.auth;
this.adminEvent = parent.adminEvent;
this.user = parent.user;
this.entityManager = parent.entityManager;
this.tenantProvider = parent.tenantProvider;
}

private void setup() {
Expand Down

0 comments on commit 1b5c4b4

Please sign in to comment.