Skip to content

Commit

Permalink
Merge pull request #1 from yexue666/patch-1
Browse files Browse the repository at this point in the history
fix(): default visibility
  • Loading branch information
larvacent authored Aug 25, 2022
2 parents 6cdbb90 + bc3b52a commit d764bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PortableVisibilityConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function visibilityToAcl(string $visibility): string
public function aclToVisibility(string $acl): string
{
if ($acl == 'default') {
$this->defaultForDirectories();
return $this->defaultForDirectories();
} elseif ($acl === self::PUBLIC_ACL) {
return Visibility::PUBLIC;
}
Expand Down

0 comments on commit d764bff

Please sign in to comment.