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
This change is something we could work around in our application. But before I adjust our code, I wonder what your opinions are?
Is this the expected new behaviour, or something you would also consider as an unexpected change?
The text was updated successfully, but these errors were encountered:
Hi Spatie team
Since v6.9.2 we experience a breaking change when creating a model with an empty translations array.
For example this code:
Before v6.9.2 it was stored in the database as:
In v6.9.2 and above it is stored like this:
{"de": []}
The change was introduced here: #469
This change is something we could work around in our application. But before I adjust our code, I wonder what your opinions are?
Is this the expected new behaviour, or something you would also consider as an unexpected change?
The text was updated successfully, but these errors were encountered: