Fixes: #U4-919, we will just use real classes for extension methods and all custom file systems like the MediaFileSystem must inherit from
FileSystemWrapper
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Umbraco.Core.IO
|
||||
{
|
||||
[FileSystemProvider("media")]
|
||||
internal interface IMediaFileSystem : IFileSystem
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user