From 1fe67b21fd3e0fe9e7063cd03e43e1583fce3ce1 Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 28 Aug 2023 22:00:06 -0400 Subject: Patches & data-store updates --- plugins/VNLib.Plugins.Essentials.Content.Routing/src/Model/Route.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/VNLib.Plugins.Essentials.Content.Routing/src/Model/Route.cs') diff --git a/plugins/VNLib.Plugins.Essentials.Content.Routing/src/Model/Route.cs b/plugins/VNLib.Plugins.Essentials.Content.Routing/src/Model/Route.cs index 789d72f..ebd92ad 100644 --- a/plugins/VNLib.Plugins.Essentials.Content.Routing/src/Model/Route.cs +++ b/plugins/VNLib.Plugins.Essentials.Content.Routing/src/Model/Route.cs @@ -33,7 +33,7 @@ using VNLib.Plugins.Extensions.Data; namespace VNLib.Plugins.Essentials.Content.Routing.Model { [Index(nameof(Id), IsUnique = true)] - internal class Route : DbModelBase + internal sealed class Route : DbModelBase { public const FpRoutine RewriteRoutine = (FpRoutine)50; -- cgit