Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 966257a

Browse files
committed
Merge pull request #47 from WouterJ/enable-patch
Changed to canBeEnabled
2 parents 8b0ee9e + 720e12f commit 966257a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public function getConfigTreeBuilder()
3131
->children()
3232
->arrayNode('phpcr')
3333
->addDefaultsIfNotSet()
34+
->canBeEnabled()
3435
->children()
35-
->booleanNode('enabled')->defaultFalse()->end()
3636
->scalarNode('session_name')->defaultValue('default')->end()
3737
->end()
3838
->end()

0 commit comments

Comments
 (0)