Skip to content

Commit 5bb5ce7

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 46bca5a + 8cec8db commit 5bb5ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class Post extends \yii\db\ActiveRecord
128128
public function getTags()
129129
{
130130
return $this->hasMany(Tag::className(), ['id' => 'tag_id'])
131-
->viaTable('post_tag_assn', ['post_id' => 'id']);
131+
->viaTable('{{%post_tag_assn}}', ['post_id' => 'id']);
132132
}
133133
}
134134
```

0 commit comments

Comments
 (0)