diff --git a/framework/db/ActiveRecord.php b/framework/db/ActiveRecord.php index a8caacf7b5d..f699994d9d3 100644 --- a/framework/db/ActiveRecord.php +++ b/framework/db/ActiveRecord.php @@ -280,6 +280,8 @@ protected static function filterValidColumnNames($db, array $aliases) /** * {@inheritdoc} + * + * @param array $with If set, reloads the given relations. */ public function refresh(array $with = []) {