Skip to content

Commit

Permalink
Merge pull request #56 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Remove isRequired() from doctrine config
  • Loading branch information
X-Coder264 authored May 29, 2019
2 parents 7ad80d0 + 8954f00 commit 5fa60ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ private function createPersistenceNode(): NodeDefinition
->children()
->scalarNode('entity_manager')
->info('Name of the entity manager that you wish to use for managing clients and tokens.')
->isRequired()
->cannotBeEmpty()
->defaultValue('default')
->end()
Expand Down

0 comments on commit 5fa60ef

Please sign in to comment.