Store cache lifetime in config

This commit is contained in:
Nicolas Lœuillet
2016-09-03 14:02:50 +02:00
parent 0b0233b1ec
commit b3f4a11a81
6 changed files with 24 additions and 2 deletions

View File

@ -36,6 +36,9 @@ class Configuration implements ConfigurationInterface
->end()
->scalarNode('paypal_url')
->end()
->integerNode('cache_lifetime')
->defaultValue(10)
->end()
->end()
;