Skip to content
Snippets Groups Projects
Commit 516876e7 authored by Chris Burgess's avatar Chris Burgess
Browse files

Issue #3497503: Fix typo in returned value

parent 0b7f8b0b
No related branches found
No related tags found
No related merge requests found
Pipeline #386623 passed with warnings
......@@ -361,7 +361,7 @@ trait FlysystemFileSystemTrait {
if (!$writable && ($options & static::MODIFY_PERMISSIONS)) {
return $this->chmod($directory);
}
return $writeable;
return $writable;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment