statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 71 forks source link

Use model `created_at` for form submission date() #306

Closed ryanmitchell closed 1 week ago

ryanmitchell commented 2 weeks ago

As we no longer store the date in the model's data, we need to instead use the created_at value from the model for the submission date.