sausin / laravel-ovh

Wrapper for OVH Object Storage integration with laravel
MIT License
37 stars 12 forks source link

Fix registration of OVH storage for Laravel 9 #87

Closed wfeller closed 2 years ago

wfeller commented 2 years ago

Fix registration of OVH storage ("in Laravel 9.x, the callback given to the Storage::extend method should return an instance of Illuminate\Filesystem\FilesystemAdapter" https://laravel.com/docs/9.x/upgrade#flysystem-3). I missed this in the previous PR!

sausin commented 2 years ago

Thanks @wfeller !!