You've already forked redmine-bundle
fixed wrong definition
This commit is contained in:
@@ -32,7 +32,6 @@ final class Configuration implements ConfigurationInterface
|
|||||||
->booleanNode('enabled')
|
->booleanNode('enabled')
|
||||||
->info('Enable/disable cache')
|
->info('Enable/disable cache')
|
||||||
->defaultTrue()
|
->defaultTrue()
|
||||||
->cannotBeEmpty()
|
|
||||||
->isRequired()
|
->isRequired()
|
||||||
->end()
|
->end()
|
||||||
->scalarNode('ttl')
|
->scalarNode('ttl')
|
||||||
|
|||||||
Reference in New Issue
Block a user