不要怂,就是干,撸起袖子干!

Commit 08a888b2 by José Moreira

throught > through

1 parent 0cd8b1a0
Showing with 2 additions and 2 deletions
......@@ -28,12 +28,12 @@ describe(Support.getTestDialectTeaser("Include"), function () {
.belongsTo( B )
.belongsTo( D )
.hasMany( C, {
throught: 'BC',
through: 'BC',
})
C
.hasMany( B, {
throught: 'BC',
through: 'BC',
})
D
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!