diff --git a/upgrade.md b/upgrade.md index 6db4bfc83e7..d7a94983ed4 100644 --- a/upgrade.md +++ b/upgrade.md @@ -191,6 +191,8 @@ protected $casts = [ ]; ``` +In the previous version, the Eloquent `getDates()` method was returning a list of attributes including timestamps and all attributes defined in `$dates` property. After moving dates to the `$casts` you should expect only two timestamps or an empty array. + #### Relation `getBaseQuery` Method