Skip to content

Commit

Permalink
Merge pull request #669 from patrickkusebauch/hidden_layers
Browse files Browse the repository at this point in the history
fixed bug in merging hidden_layers
  • Loading branch information
Denis Brumann committed Aug 14, 2021
2 parents c3afb71 + 0667a96 commit d55ee53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Configuration/Definition.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public function getConfigTreeBuilder(): TreeBuilder
->arrayNode('graphviz')
->children()
->arrayNode('hidden_layers')
->useAttributeAsKey('name')
->scalarPrototype()->end()
->end()
->arrayNode('groups')
Expand Down

0 comments on commit d55ee53

Please sign in to comment.