1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Refactor: usersUtils -> userUtils

This commit is contained in:
jvcalderon 2024-01-18 12:03:26 +01:00
parent ce0b1f8df3
commit 64d3114c9f
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ export * as configs from "./configs"
export * as events from "./events"
export * as migrations from "./migrations"
export * as users from "./users"
export * as usersUtils from "./users/utils"
export * as userUtils from "./users/utils"
export * as roles from "./security/roles"
export * as permissions from "./security/permissions"
export * as accounts from "./accounts"

@ -1 +1 @@
Subproject commit 8c466d6ef2a0c09b843ef63276793ab5af2e96f7
Subproject commit 1857cbbd071a855a56ed70877e55d5566c7f29e1