spatie / laravel-medialibrary

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

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

Closed ImJustToNy closed 2 months ago

ImJustToNy commented 2 months 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 2 months ago

Thanks!