Skip to content

Conversation

@driesvints
Copy link
Member

@driesvints driesvints commented Feb 28, 2022

It seems this was forgotten from laravel/framework#33612. Flysystem no longer throws a specific FileExistsException exception which makes it unclear why a file couldn't be written. Therefor we decided to catch all internal exception throwing by Flysystem and return false when a write operation fails. This also adheres more to the method signature of the FilesystemAdapter which only allowed a boolean to be returned.

See laravel/framework#41269

@taylorotwell taylorotwell merged commit 410a8bf into 9.x Feb 28, 2022
@taylorotwell taylorotwell deleted the driesvints-patch-1 branch February 28, 2022 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants