Refactor filesystems registration
This commit is contained in:
11
src/Umbraco.Core/IO/SupportingFileSystems.cs
Normal file
11
src/Umbraco.Core/IO/SupportingFileSystems.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Umbraco.Core.Composing;
|
||||
|
||||
namespace Umbraco.Core.IO
|
||||
{
|
||||
public class SupportingFileSystems : TargetedServiceProvider<IFileSystem>
|
||||
{
|
||||
public SupportingFileSystems(IFactory factory)
|
||||
: base(factory)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user