cloudinary-community / cloudinary-laravel

Laravel SDK for Cloudinary
MIT License
255 stars 71 forks source link

fix/list-contents: Fix listContents to return iterable FileAttributes #72

Closed brandon14 closed 1 year ago

brandon14 commented 1 year ago

The Flysystem 3.x contract expects that the value of listContents is an iterable with each element being an instance of FileAttributes. This changeset fixes this behavior.