You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi nick
When we save a model the fields like updated_atcreated_at aren't populated unless we re-fetch the model,
So adding a refresh method like in Yii2 ActiveRecord will be helpful to re-fetch the latest data of the row.
The text was updated successfully, but these errors were encountered:
Hi nick
When we save a model the fields like
updated_at
created_at
aren't populated unless we re-fetch the model,So adding a refresh method like in Yii2 ActiveRecord will be helpful to re-fetch the latest data of the row.
The text was updated successfully, but these errors were encountered: