Skip to content

Commit

Permalink
Seal INavigationProvider, IAsyncResultFilter, IPermissionProvider, St…
Browse files Browse the repository at this point in the history
…artupBase, IRecipeStepHandler, DisplayDriver, Controller classes.
  • Loading branch information
sarahelsaig committed Sep 24, 2024
1 parent 15dd6dd commit 9e74901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lombiq.ChartJs.Samples/Controllers/SampleController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

namespace Lombiq.ChartJs.Samples.Controllers;

public class SampleController : Controller
public sealed class SampleController : Controller
{
private readonly IOrchardHelper _orchardHelper;
private readonly ISession _session;
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.ChartJs.Samples/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace Lombiq.ChartJs.Samples;

public class Startup : StartupBase
public sealed class Startup : StartupBase
{
public override void ConfigureServices(IServiceCollection services)
{
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.ChartJs/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Lombiq.ChartJs;

public class Startup : StartupBase
public sealed class Startup : StartupBase
{
public override void ConfigureServices(IServiceCollection services)
{
Expand Down

0 comments on commit 9e74901

Please sign in to comment.