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 73 forks source link

Remove custom collection methods #162

Closed jasonvarga closed 1 year ago

jasonvarga commented 1 year ago

Closes #161

This bumps the minimum version of Statamic to where the methods are available, so we don't need the overrides anymore.

This requires 4.6.0 to be tagged.