Jelajahi Sumber

added new module

kaori 4 tahun lalu
induk
melakukan
7ca028c8cb
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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'),
 };