Skip to content

Commit 19eda15

Browse files
committed
fix proxies config.
1 parent 2f6bf50 commit 19eda15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DependencyInjection/Factory/Resolver/AwsS3ResolverFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ public function addConfiguration(ArrayNodeDefinition $builder)
111111
->end()
112112
->arrayNode('proxies')
113113
->defaultValue(array())
114-
->prototype('array')->end()
114+
->useAttributeAsKey('name')
115+
->prototype('scalar')->end()
115116
->end()
116117
->end()
117118
;

0 commit comments

Comments
 (0)