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