dmcbrn / laravel-email-database-log

A simple database logger for all outgoing emails sent by Laravel website.
MIT License
15 stars 12 forks source link

The $dates array for mutating attributes is removed in Laravel 10; use $casts instead. #15

Open kentdahl opened 1 year ago

kentdahl commented 1 year ago

Regarding Laravel 10 upgrade:

The Eloquent model's deprecated $dates property has been removed. Your application should now use the $casts property: [...]