Skip to content

Commit

Permalink
refresh relations with BC break
Browse files Browse the repository at this point in the history
+ implementation with BC break
  • Loading branch information
chriscpty committed Dec 6, 2024
1 parent 2c6f34d commit e699f35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/db/ActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [])
{
Expand Down

0 comments on commit e699f35

Please sign in to comment.