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