spatie / laravel-medialibrary

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

fix: make media-library:clean use of media prefix #3704

Closed ImJustToNy closed 1 month ago

ImJustToNy commented 1 month ago

Hi! I wanted to use media-library:clean command, and I've noticed that it ignores the media-library.prefix config value. This PR fixes that.

freekmurze commented 1 month ago

Thanks!