reload abstract method
void
reload()
Reloads the configuration from its source.
This is useful if you support hot-reloading config at runtime,
such as re-reading .env files or external services.
Implementation
void reload();