Skip to content

Commit 1993c57

Browse files
authored
change config knp_menu.enable from scalar to boolean (kevinpapst#143)
1 parent e79543f commit 1993c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private function getKnpMenuConfig()
114114
$rootNode
115115
->addDefaultsIfNotSet()
116116
->children()
117-
->scalarNode('enable')
117+
->booleanNode('enable')
118118
->defaultFalse()
119119
->info('')
120120
->end()

0 commit comments

Comments
 (0)