diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-12 21:00:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 21:00:54 +0100 |
| commit | 00b2539a7013abea12596333dbcce146bbd72745 (patch) | |
| tree | 23c52d432e3595adc4de494fe9b711812142d5c4 /MediaBrowser.Common/Configuration/IConfigurationManager.cs | |
| parent | 5e5f1cc9c57a2bca162f63b4c5ce559ae785344a (diff) | |
Update IConfigurationManager.cs
Diffstat (limited to 'MediaBrowser.Common/Configuration/IConfigurationManager.cs')
| -rw-r--r-- | MediaBrowser.Common/Configuration/IConfigurationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Configuration/IConfigurationManager.cs b/MediaBrowser.Common/Configuration/IConfigurationManager.cs index 47c009ea9..fc63d9350 100644 --- a/MediaBrowser.Common/Configuration/IConfigurationManager.cs +++ b/MediaBrowser.Common/Configuration/IConfigurationManager.cs @@ -50,7 +50,7 @@ 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>() + void RegisterConfiguration<T>() where T : IConfigurationFactory; /// <summary> |
