Skip to content

Commit

Permalink
Update Configuration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
seddighi78 committed Aug 3, 2020
1 parent f8b83a0 commit 5af9597
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 @@ -23,7 +23,7 @@ public function getConfigTreeBuilder()
->prototype('array')
->children()
->scalarNode( 'token' )->isRequired()->end()
->booleanNode('enable')->defaultFalse()->end()
->booleanNode('maintenance')->defaultFalse()->end()
->end()
->end()
->end()
Expand Down

0 comments on commit 5af9597

Please sign in to comment.