Skip to content

Commit

Permalink
Update DropboxAdapterFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
radutopala committed Oct 6, 2013
1 parent 8875fcc commit 209928f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Factory/DropboxAdapterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function addConfiguration(NodeDefinition $builder)
{
$builder
->children()
->scalarNode('api_id')->isRequired()->end()
->scalarNode('api_id')->cannotBeEmpty()->end()
->end()
;
}
Expand Down

0 comments on commit 209928f

Please sign in to comment.