We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8551e4 commit cfacf4eCopy full SHA for cfacf4e
src/Umbraco.Web.BackOffice/Services/ConflictingRouteService.cs
@@ -13,15 +13,13 @@ namespace Umbraco.Cms.Web.BackOffice.Services
13
public class ConflictingRouteService : IConflictingRouteService
14
{
15
private readonly TypeLoader _typeLoader;
16
- private readonly IEnumerable<EndpointDataSource> _endpointDataSources;
17
18
/// <summary>
19
/// Initializes a new instance of the <see cref="ConflictingRouteService"/> class.
20
/// </summary>
21
- public ConflictingRouteService(TypeLoader typeLoader, IEnumerable<EndpointDataSource> endpointDataSources)
+ public ConflictingRouteService(TypeLoader typeLoader)
22
23
_typeLoader = typeLoader;
24
- _endpointDataSources = endpointDataSources;
25
}
26
27
/// <inheritdoc/>
0 commit comments