diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-12 20:56:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 20:56:37 +0100 |
| commit | 5e5f1cc9c57a2bca162f63b4c5ce559ae785344a (patch) | |
| tree | 7a7937634fb96e73cdc7b9cf6544f7a20e087e02 | |
| parent | c7364be743004720a4ce1a45b07b3fa74f5fb8e0 (diff) | |
Update IConfigurationManager.cs
| -rw-r--r-- | MediaBrowser.Common/Configuration/IConfigurationManager.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Configuration/IConfigurationManager.cs b/MediaBrowser.Common/Configuration/IConfigurationManager.cs index 60faaa617..47c009ea9 100644 --- a/MediaBrowser.Common/Configuration/IConfigurationManager.cs +++ b/MediaBrowser.Common/Configuration/IConfigurationManager.cs @@ -50,7 +50,8 @@ namespace MediaBrowser.Common.Configuration /// Manually pre-loads a factory so that it is available pre system initialisation. /// </summary> /// <typeparam name="T">Class to register.</typeparam> - void RegisterConfiguration<T>() where T : IConfigurationFactory; + void RegisterConfiguration<T>() + where T : IConfigurationFactory; /// <summary> /// Gets the configuration. |
