Commit 78b6607c by Anderson Müller

Fixes doc block in findWith method of ActiveRelation

parent b8b6180b
...@@ -131,7 +131,7 @@ class ActiveRelation extends ActiveQuery ...@@ -131,7 +131,7 @@ class ActiveRelation extends ActiveQuery
/** /**
* Finds the related records and populates them into the primary models. * Finds the related records and populates them into the primary models.
* This method is internally by [[ActiveQuery]]. Do not call it directly. * This method is internally used by [[ActiveQuery]]. Do not call it directly.
* @param string $name the relation name * @param string $name the relation name
* @param array $primaryModels primary models * @param array $primaryModels primary models
* @return array the related models * @return array the related models
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment