spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

Leave the ability to override media model in InteractsWithMedia trait #3543

Closed illambo closed 9 months ago

illambo commented 9 months ago

This PR add the (little) ability to override media model in trait (like MediaRepository), this can facilitate some cases of applications with package used on multiple databases (without the need to modify the configuration at runtime).

freekmurze commented 9 months ago

Thanks!