Skip to content

Commit

Permalink
Fix node type
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtcd committed Nov 15, 2020
1 parent 0306de3 commit 9ddcd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function getConfigTreeBuilder()
'sleep',
'social',
'weight',
])->defaultValue([])->end()
])->defaultValue([])->end()->end()
->scalarNode('expiresIn')->defaultValue(86400)->end()
->scalarNode('redirectUrl')->defaultValue('')->end()
->end();
Expand Down

0 comments on commit 9ddcd12

Please sign in to comment.