Skip to content

Commit

Permalink
Add missing config value
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtcd committed Dec 9, 2020
1 parent 0af39a3 commit 58c4f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->scalarNode('state')->defaultNull()->end()
->scalarNode('codeChallenge')->defaultNull()->end()
->scalarNode('codeChallengeMethod')->defaultNull()->end()
->scalarNode('accessTokenEntityClass')->defaultNull()->end()
->end();

return $treeBuilder;
Expand Down

0 comments on commit 58c4f7f

Please sign in to comment.