Skip to content

Commit dffb4c7

Browse files
authored
Fix version in since tag
1 parent 4c959b5 commit dffb4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/db/BaseActiveRecord.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ private function isValueDifferent($newValue, $oldValue)
18061806
* - active record instance represented by array (i.e. active record was loaded using [[ActiveQuery::asArray()]]).
18071807
* @param string|array $relationNames the names of the relations of primary models to be loaded from database. See [[ActiveQueryInterface::with()]] on how to specify this argument.
18081808
* @param bool $asArray whether to load each related model as an array or an object (if the relation itself does not specify that).
1809-
* @since 2.0.49
1809+
* @since 2.0.50
18101810
*/
18111811
public static function loadRelationsFor(&$models, $relationNames, $asArray = false)
18121812
{
@@ -1833,7 +1833,7 @@ public static function loadRelationsFor(&$models, $relationNames, $asArray = fal
18331833
*
18341834
* @param string|array $relationNames the names of the relations of this model to be loaded from database. See [[ActiveQueryInterface::with()]] on how to specify this argument.
18351835
* @param bool $asArray whether to load each relation as an array or an object (if the relation itself does not specify that).
1836-
* @since 2.0.49
1836+
* @since 2.0.50
18371837
*/
18381838
public function loadRelations($relationNames, $asArray = false)
18391839
{

0 commit comments

Comments
 (0)