Browse Source

Merge pull request #776 from lucianobaraglia/master

Code style ultra-minimum-fix [skip ci]
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
6222e70c9b
  1. 1
      framework/yii/db/ActiveRelation.php

1
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]].

Loading…
Cancel
Save