Apply patch for #U4-1156 - IFileSystem public changes.

This commit is contained in:
Shannon Deminick
2013-01-15 01:27:44 +03:00
parent 716d3e95f1
commit 0045ec353f
4 changed files with 5 additions and 9 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ using Umbraco.Core.Logging;
namespace Umbraco.Core.IO
{
[UmbracoExperimentalFeature("http://issues.umbraco.org/issue/U4-1156", "Will be declared public after 4.10")]
internal class PhysicalFileSystem : IFileSystem
public class PhysicalFileSystem : IFileSystem
{
private readonly string _rootPath;
private readonly string _rootUrl;