From 369a5b7b940d3031535a26705316fbe47e0dab30 Mon Sep 17 00:00:00 2001 From: Luciano Baraglia Date: Sun, 18 Aug 2013 02:50:38 -0300 Subject: [PATCH] Code style ultra-minimum-fix [skip ci] --- framework/yii/db/ActiveRelation.php | 1 + 1 file changed, 1 insertion(+) 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]].