From e699f3501ce3b257f3b1fdd886dc317182570ff5 Mon Sep 17 00:00:00 2001 From: Chris Reichel Date: Fri, 6 Dec 2024 14:50:24 +0100 Subject: [PATCH] refresh relations with BC break + implementation with BC break --- framework/db/ActiveRecord.php | 2 ++ 1 file changed, 2 insertions(+) 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 = []) {