Skip to content

Commit

Permalink
Remove performNoDeepMerging to authorise theme folder addition
Browse files Browse the repository at this point in the history
  • Loading branch information
lanfisis authored Jul 18, 2023
1 parent b167b1b commit e17a77f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function buildConfiguration(ArrayNodeDefinition $node): void
->arrayNode('directories')
->defaultValue(['%kernel.project_dir%/themes'])
->requiresAtLeastOneElement()
->performNoDeepMerging()
->prototype('scalar')
;
}
Expand Down

0 comments on commit e17a77f

Please sign in to comment.