Add missing interface to IR phase

Addressing PR feedback
This commit is contained in:
Ryan Nowak 2016-12-06 10:25:53 -08:00
parent 2190dc2096
commit 2f54c12b82
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ using System.Linq;
namespace Microsoft.AspNetCore.Razor.Evolution
{
internal class DefaultRazorIRPhase : RazorEnginePhaseBase
internal class DefaultRazorIRPhase : RazorEnginePhaseBase, IRazorIRPhase
{
public IRazorIRPass[] Passes { get; private set; }