You've already forked redmine-bundle
fixed config definition
This commit is contained in:
@@ -28,6 +28,7 @@ final class Configuration implements ConfigurationInterface
|
||||
->isRequired()
|
||||
->end()
|
||||
->arrayNode('cache')
|
||||
->children()
|
||||
->scalarNode('ttl')
|
||||
->info('TTL for cached API calls')
|
||||
->example([1800, 'P30M'])
|
||||
@@ -36,6 +37,7 @@ final class Configuration implements ConfigurationInterface
|
||||
->isRequired()
|
||||
->end()
|
||||
->end()
|
||||
->end()
|
||||
->end();
|
||||
|
||||
return $treeBuilder;
|
||||
|
||||
Reference in New Issue
Block a user