forked from wallabag/wallabag
Fix default value and add baggy implementation
This commit is contained in:
@ -30,7 +30,7 @@ class Configuration implements ConfigurationInterface
|
||||
->defaultValue(50)
|
||||
->end()
|
||||
->integerNode('reading_speed')
|
||||
->defaultValue(200)
|
||||
->defaultValue(1)
|
||||
->end()
|
||||
->scalarNode('version')
|
||||
->end()
|
||||
|
||||
Reference in New Issue
Block a user