spatie / laravel-medialibrary

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

Update defining-conversions.md #3544

Closed misaf closed 9 months ago

misaf commented 9 months ago

According to the definition of the method in the HasMedia interface, Media should be nullable in the registerMediaConversions method. However, in the documentation, it is represented as 'should not be null.' I have corrected them.

freekmurze commented 9 months ago

Thanks!