flysystem-bundle
flysystem-bundle copied to clipboard
Fix typo in read_only option doc reference
I got an error when following the docs:
"Unrecognized option "readonly" under "flysystem.storages.legacy.upload.storage". Did you mean "read_only"?"
It seems that the docs refer to readonly, but the code to read_only.
- https://github.com/thephpleague/flysystem-bundle/blob/3.x/src/DependencyInjection/Configuration.php#L56
- https://github.com/thephpleague/flysystem-bundle/blob/3.x/src/DependencyInjection/FlysystemExtension.php#L73
This will fix the docs.