spatie / laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel
https://spatie.be/open-source
MIT License
196 stars 51 forks source link

Use Arr::get to access all config entries #81

Closed beschoenen closed 1 year ago

beschoenen commented 1 year ago

This fixes #80.

All config access is not use the Arr facade, so it should be the last issue related to config.

freekmurze commented 1 year ago

Thanks!