Clean up and fixed second ctor in PhysicalFileSystem
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user