From 0e0d404997fb7f22b9a68417020c6cb1cc05f7b0 Mon Sep 17 00:00:00 2001 From: Leigh Pointer Date: Tue, 11 Jun 2024 09:11:25 +0200 Subject: [PATCH] Update [Module]Manager.cs --- .../Templates/External/Server/Manager/[Module]Manager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Server/wwwroot/Modules/Templates/External/Server/Manager/[Module]Manager.cs b/Oqtane.Server/wwwroot/Modules/Templates/External/Server/Manager/[Module]Manager.cs index 9c263fef..f252cfbc 100644 --- a/Oqtane.Server/wwwroot/Modules/Templates/External/Server/Manager/[Module]Manager.cs +++ b/Oqtane.Server/wwwroot/Modules/Templates/External/Server/Manager/[Module]Manager.cs @@ -60,7 +60,7 @@ namespace [Owner].Module.[Module].Manager } } - public IList GetSearchContentList(Oqtane.Models.Module module, DateTime startTime) + public List GetSearchContentList(Oqtane.Models.Module module, DateTime startTime) { var searchContentList = new List();