Update DropboxAdapterFactory.php
This commit is contained in:
parent
8875fccb5e
commit
209928f896
@ -38,7 +38,7 @@ class DropboxAdapterFactory implements AdapterFactoryInterface
|
|||||||
{
|
{
|
||||||
$builder
|
$builder
|
||||||
->children()
|
->children()
|
||||||
->scalarNode('api_id')->isRequired()->end()
|
->scalarNode('api_id')->cannotBeEmpty()->end()
|
||||||
->end()
|
->end()
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user