Clean up and fixed second ctor in PhysicalFileSystem

This commit is contained in:
Bjarke Berg
2020-06-11 11:07:21 +02:00
parent 45dcf62878
commit 57b8ab201d
9 changed files with 67 additions and 1017 deletions

View File

@@ -237,7 +237,7 @@ namespace Umbraco.Web.BackOffice.Controllers
/// <returns>
/// The <see cref="HttpResponseMessage"/>.
/// </returns>
public List<string> GetPartialViews()
public IEnumerable<string> GetPartialViews()
{
var views = new List<string>();