spatie / laravel-medialibrary

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

Don't pull all media models from DB when performing cleanup #3657

Closed ImJustToNy closed 4 months ago

ImJustToNy commented 4 months ago

Hi! I've noticed that when you do a clean-up, it pulls out all models from the database, just to get the IDs, which is a bit wasteful. This is a small change that changes this behaviour so that it pulls out only IDs.

freekmurze commented 4 months ago

Thanks!