pipe-dream / laravel-file-factory

5 stars 5 forks source link

Removed string casts. Moved dates casts to $dates #14

Closed septIO closed 5 years ago

septIO commented 5 years ago

This PR moves time dataTypes (timestamp, datetime, date) from protected $casts to protected $dates as described in Eloquents Date Mutators (https://laravel.com/docs/5.8/eloquent-mutators#date-mutators).

It also removes redundant string casts. Laravel will already treat them as strings, no need to be super verbose about it :)