base page model is not abstract anymore, there is no reason for it

This commit is contained in:
2026-04-21 11:34:12 +02:00
parent 8828fd96a2
commit 668a0c37e2
+1 -1
View File
@@ -6,7 +6,7 @@ using Finch.Metadata;
namespace Finch.Mvc;
public abstract class FinchPageModel : PageModel
public class FinchPageModel : PageModel
{
/// <summary>
/// Get access to the finch context for this request