Skip to content

Commit

Permalink
Change web to public on next major (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Mar 28, 2023
1 parent db8e4ac commit a7cd9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Expand Up @@ -192,6 +192,7 @@ private function addFilesystemSection(ArrayNodeDefinition $node): void
->arrayNode('local')
->addDefaultsIfNotSet()
->children()
// NEXT_MAJOR: Change 'web' directory for 'public'.
->scalarNode('directory')->defaultValue('%kernel.project_dir%/web/uploads/media')->end()
->scalarNode('create')->defaultValue(false)->end()
->end()
Expand Down

0 comments on commit a7cd9ca

Please sign in to comment.