Fix getBool when default is provided
The getBool()
method would fail if a default boolean value was supplied, because it assumed a string. This has been fixed.
The getBool()
method would fail if a default boolean value was supplied, because it assumed a string. This has been fixed.