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

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 () { ...@@ -28,12 +28,12 @@ describe(Support.getTestDialectTeaser("Include"), function () {
.belongsTo( B ) .belongsTo( B )
.belongsTo( D ) .belongsTo( D )
.hasMany( C, { .hasMany( C, {
throught: 'BC', through: 'BC',
}) })
C C
.hasMany( B, { .hasMany( B, {
throught: 'BC', through: 'BC',
}) })
D D
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!