Skip to content

Commit

Permalink
Update FlysystemResolverFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
comxd authored Oct 3, 2021
1 parent 9136fab commit 95bc20e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function addConfiguration(ArrayNodeDefinition $builder)
->cannotBeEmpty()
->end()
->enumNode('visibility')
->values(['public', 'private', null])
->values(['public', 'private', 'noPredefinedVisibility'])
->defaultValue('public')
->end()
->end();
Expand Down

0 comments on commit 95bc20e

Please sign in to comment.