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

Fixing some model references to configurable references #145

Closed dimitri-koenig closed 1 year ago

dimitri-koenig commented 1 year ago

There are some references to models which are not called via app('...') but directly. That means that overriding those references is not possible. This PR fixes that.

what-the-diff[bot] commented 1 year ago

PR Summary

jasonvarga commented 1 year ago

Thank you