Corrected configuration option
This commit is contained in:
parent
00fb438e13
commit
0633cb6ed9
|
@ -43,7 +43,8 @@ class MogileFSAdapterFactory implements AdapterFactoryInterface
|
||||||
->children()
|
->children()
|
||||||
->scalarNode('domain')->isRequired()->cannotBeEmpty()->end()
|
->scalarNode('domain')->isRequired()->cannotBeEmpty()->end()
|
||||||
->arrayNode('hosts')
|
->arrayNode('hosts')
|
||||||
->prototype('scalar')->isRequired()->end()
|
->requiresAtLeastOneElement()
|
||||||
|
->prototype('scalar')->end()
|
||||||
->end()
|
->end()
|
||||||
->end()
|
->end()
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user