Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Fix defaultValue url
Browse files Browse the repository at this point in the history
  • Loading branch information
rompetomp authored Aug 14, 2022
1 parent 11191b0 commit 745403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function getConfigTreeBuilder()
->addDefaultsIfNotSet()
->children()
->booleanNode('enabled')->defaultFalse()->end()
->scalarNode('url')->defaultNull()->end()
->scalarNode('url')->defaultValue('')->end()
->end()
->end()
->end();
Expand Down

0 comments on commit 745403e

Please sign in to comment.