diff --git a/framework/yii/db/ActiveRelation.php b/framework/yii/db/ActiveRelation.php index a501c7d..f10f287 100644 --- a/framework/yii/db/ActiveRelation.php +++ b/framework/yii/db/ActiveRelation.php @@ -50,6 +50,7 @@ class ActiveRelation extends ActiveQuery */ public $via; + /** * Specifies the relation associated with the pivot table. * @param string $relationName the relation name. This refers to a relation declared in [[primaryModel]].