Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Fixed config settings for older version of config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 22, 2017
1 parent d34d42f commit 7205edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function configure(ArrayNodeDefinition $builder)
->useAttributeAsKey('key')
->info('Name of device or screen size.')
->isRequired()
->arrayPrototype()
->prototype('array')
->children()
->integerNode('width')
->info('Screen width.')
Expand Down

0 comments on commit 7205edf

Please sign in to comment.