spatie / laravel-medialibrary

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

Public functions from `InteractsWithMedia` are missing in `HasMedia` #3425

Closed korridor closed 1 year ago

korridor commented 1 year ago

Functions like addMediaFromStream or addMediaFromDisk are missing in the interface HasMedia. This produces a lot of warnings when using PhpStan, since we are using the interface for example in function definitions.

image

Would you be interested in an PR for that?