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 9c3cce0 commit 461a639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lombiq.UIKit/Showcase/Controllers/ShowcaseController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Lombiq.UIKit.Showcase.Controllers;
[Feature(FeatureIds.Showcase)]
[Admin]
[Route(Routes.UIKitShowcase)]
public class ShowcaseController : Controller
public sealed class ShowcaseController : Controller
{
[HttpGet]
public ActionResult Showcase() => View(model: new ShowcaseViewModel());
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.UIKit/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Lombiq.UIKit;

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

0 comments on commit 461a639

Please sign in to comment.