spatie / laravel-medialibrary

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

Add missing return types #3622

Closed stevebauman closed 5 months ago

stevebauman commented 5 months ago

This PR adds some missing return types to methods that previously did not have any, where other methods in the same file do.

freekmurze commented 5 months ago

Thank you, Steve!