In Laravel 10.x Eloquent deprecated "dates" property has been removed and dates should be now put into "casts" property as with any other cast: Changelog
We generate very many files from database and it would be real pain to update every single model and to change its properties according to this change.
Would it be possible to update this feature?
In Laravel 10.x Eloquent deprecated "dates" property has been removed and dates should be now put into "casts" property as with any other cast: Changelog
We generate very many files from database and it would be real pain to update every single model and to change its properties according to this change. Would it be possible to update this feature?
Thank you.