From f825ed6bb4687c957935cd7615f43d90af82d099 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 4 Nov 2016 12:14:42 +0100 Subject: [PATCH] Post-merge fixing (running) --- src/Umbraco.Web/WebApi/UmbracoApiControllerBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/WebApi/UmbracoApiControllerBase.cs b/src/Umbraco.Web/WebApi/UmbracoApiControllerBase.cs index 9c1b7ba45f..fd0770f6f7 100644 --- a/src/Umbraco.Web/WebApi/UmbracoApiControllerBase.cs +++ b/src/Umbraco.Web/WebApi/UmbracoApiControllerBase.cs @@ -69,7 +69,7 @@ namespace Umbraco.Web.WebApi /// Gets or sets the runtime state. /// [Inject] - internal RuntimeState RuntimeState { get; set; } + internal IRuntimeState RuntimeState { get; set; } /// /// Gets the application url.