Name change

This commit is contained in:
Stephan
2019-01-14 08:53:04 +01:00
parent 09d28f720a
commit 561b359a72
3 changed files with 5 additions and 5 deletions

View File

@@ -2,10 +2,10 @@
namespace Umbraco.Core.IO
{
public class SupportingFileSystems : TargetedServiceProvider<IFileSystem>
public class SupportingFileSystems : TargetedServiceFactory<IFileSystem>
{
public SupportingFileSystems(IFactory factory)
: base(factory)
{ }
}
}
}