mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Removing empty RouteExtension, fixes #2509
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
namespace Orchard.Mvc.Routes {
|
||||
public static class RouteExtensions {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -933,7 +933,6 @@
|
||||
<Compile Include="Mvc\ModelBinders\IModelBinderProvider.cs" />
|
||||
<Compile Include="Mvc\ModelBinders\IModelBinderPublisher.cs" />
|
||||
<Compile Include="Mvc\ModelBinders\ModelBinderDescriptor.cs" />
|
||||
<Compile Include="Mvc\Routes\RouteExtensions.cs" />
|
||||
<Compile Include="Mvc\ViewEngines\IViewEngineProvider.cs" />
|
||||
<Compile Include="Mvc\ViewEngines\LayoutViewContext.cs" />
|
||||
<Compile Include="Mvc\ViewEngines\ThemeAwareness\ThemedViewResultFilter.cs" />
|
||||
|
||||
Reference in New Issue
Block a user