From 668a0c37e2822881b184853f2a7c0eda3fadb421 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Tue, 21 Apr 2026 11:34:12 +0200 Subject: [PATCH] base page model is not abstract anymore, there is no reason for it --- Finch/Mvc/FinchPageModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Finch/Mvc/FinchPageModel.cs b/Finch/Mvc/FinchPageModel.cs index 02f98681..5677e698 100644 --- a/Finch/Mvc/FinchPageModel.cs +++ b/Finch/Mvc/FinchPageModel.cs @@ -6,7 +6,7 @@ using Finch.Metadata; namespace Finch.Mvc; -public abstract class FinchPageModel : PageModel +public class FinchPageModel : PageModel { /// /// Get access to the finch context for this request