forked from wallabag/wallabag
Store cache lifetime in config
This commit is contained in:
@ -36,6 +36,9 @@ class Configuration implements ConfigurationInterface
|
||||
->end()
|
||||
->scalarNode('paypal_url')
|
||||
->end()
|
||||
->integerNode('cache_lifetime')
|
||||
->defaultValue(10)
|
||||
->end()
|
||||
->end()
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user