Closed ash-jc-allen closed 4 years ago
This PR fixes a bug that prevented nested config values from being validated. For example, if you had the config item of mail.from.address, this wouldn't be able to be validated because it was nested inside another item in the config file.
mail.from.address
This PR fixes a bug that prevented nested config values from being validated. For example, if you had the config item of
mail.from.address
, this wouldn't be able to be validated because it was nested inside another item in the config file.