Closed Alex-D closed 7 years ago
Official adapters use "size" key, not "bytes" key.
So I've changed the key to "size" :)
See: https://github.com/thephpleague/flysystem/blob/master/src/Adapter/Local.php#L493
Thank you for this PR.
Currently this is a breaking change. Could you leave size in and just add bytes?
size
bytes
Done :)
Official adapters use "size" key, not "bytes" key.
So I've changed the key to "size" :)
See: https://github.com/thephpleague/flysystem/blob/master/src/Adapter/Local.php#L493