base page model is not abstract anymore, there is no reason for it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user