mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 15:28:58 +01:00
phpDoc updated
This commit is contained in:
@@ -68,7 +68,7 @@ interface ActiveQueryInterface extends QueryInterface
|
||||
* Customer::find()->with('orders.address')->all();
|
||||
* // find customers together with their country and orders of status 1
|
||||
* Customer::find()->with([
|
||||
* 'orders' => function ($query) {
|
||||
* 'orders' => function (\yii\db\ActiveQueryInterface $query) {
|
||||
* $query->andWhere('status = 1');
|
||||
* },
|
||||
* 'country',
|
||||
|
||||
Reference in New Issue
Block a user