Skip to content

Commit 0d368d4

Browse files
committed
[fix] stores.orm
1 parent 2eefaa7 commit 0d368d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = class SequelizeTrailpack extends Trailpack {
2323
* Merge configuration into models, load Sequelize collections.
2424
*/
2525
configure() {
26-
this.app.config.database.orm = 'sequelize'
26+
this.app.config.set('stores.orm', 'sequelize')
2727
_.merge(this.app.config, lib.FailsafeConfig)
2828
}
2929

0 commit comments

Comments
 (0)