mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-30 18:17:00 +08:00
Fix @method signatures in ActiveRelationTrait (#18369)
This commit is contained in:
@ -17,8 +17,8 @@ use yii\base\InvalidConfigException;
|
|||||||
* @author Carsten Brandt <mail@cebe.cc>
|
* @author Carsten Brandt <mail@cebe.cc>
|
||||||
* @since 2.0
|
* @since 2.0
|
||||||
*
|
*
|
||||||
* @method ActiveRecordInterface one()
|
* @method ActiveRecordInterface one($db = null)
|
||||||
* @method ActiveRecordInterface[] all()
|
* @method ActiveRecordInterface[] all($db = null)
|
||||||
* @property ActiveRecord $modelClass
|
* @property ActiveRecord $modelClass
|
||||||
*/
|
*/
|
||||||
trait ActiveRelationTrait
|
trait ActiveRelationTrait
|
||||||
|
|||||||
Reference in New Issue
Block a user