gearbox-solutions / eloquent-filemaker

A Model extension and Eloquent driver for Laravel connecting to FileMaker through the Data API
https://gearboxgo.com
MIT License
54 stars 16 forks source link

Use Model's default setAttribute and then process specific date logic #30

Closed likeadeckofcards closed 2 years ago

likeadeckofcards commented 2 years ago

This PR restructures the FMModel class to use Eloquent model's default setAttribute and then adjusts the model's value to accommodate splitting out only the date for date only fields.

Closes #19.