Skip to content

Commit

Permalink
fix(tenant): make securityservice open
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar97 committed Mar 28, 2024
1 parent dc99d17 commit bc1f087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group = nl.asrr
version = 0.0.20
version = 0.0.21
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.*

abstract class ITenantCrudController<T : ITenantCrudEntity>(
override val service: ITenantCrudService<T>,
val securityService: ISecurityService
open val securityService: ISecurityService
) : ICrudController<T>(service) {

// region TenantInjection
Expand Down

0 comments on commit bc1f087

Please sign in to comment.