Explorar el Código

added new module

kaori hace 4 años
padre
commit
7ca028c8cb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/server/models/index.js

+ 1 - 0
src/server/models/index.js

@@ -19,4 +19,5 @@ module.exports = {
   GlobalNotificationSlackSetting: require('./GlobalNotificationSetting/GlobalNotificationSlackSetting'),
   ShareLink: require('./share-link'),
   SlackAppIntegration: require('./slack-app-integration'),
+  PasswordResetOrder: require('./password-reset-order'),
 };