yiisoft / yii2

Yii 2: The Fast, Secure and Professional PHP Framework

Home Page:http://www.yiiframework.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing BaseActiveRecord methods mentioned in documentation

astwinioenergy opened this issue · comments

Documentation
https://www.yiiframework.com/doc/api/2.0/yii-db-baseactiverecord#loadRelations()-detail
says about

/yii/db/BaseActiveRecord::loadRelations() //(since 2.0.49)
/yii/db/BaseActiveRecord::loadRelationsFor() //(since 2.0.49)

methods, none of which exists in source code after installing via

composer require yiisoft/yii2
or
composer require --prefer-source yiisoft/yii2

Q A
Yii version 2.0.49

Version there is specified incorrectly. Should be 2.0.50.

dffb4c7

Thanks for reporting.