Skip to content

Commit

Permalink
Merge pull request #101 from ngandemer/patch-1
Browse files Browse the repository at this point in the history
Fatal error on console cache:clear
  • Loading branch information
slashfan committed Oct 21, 2015
2 parents b0b10db + aa38f1e commit f2a431b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Security/Factory/JWTFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public function addConfiguration(NodeDefinition $node)
->end()
->scalarNode('authentication_provider')
->defaultValue('lexik_jwt_authentication.security.authentication.provider')
->end()
->scalarNode('authentication_listener')
->defaultValue('lexik_jwt_authentication.security.authentication.listener')
->end()
Expand Down

0 comments on commit f2a431b

Please sign in to comment.