From 982e5fe4ff4dd8221deb8a0fe791177a06fd009f Mon Sep 17 00:00:00 2001 From: enisn Date: Tue, 19 Jan 2021 16:15:52 +0300 Subject: [PATCH] CmsKit - Refactor BlogPost --- .../src/Volo.CmsKit.Domain/Volo/CmsKit/Blogs/BlogPost.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Blogs/BlogPost.cs b/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Blogs/BlogPost.cs index 3494cff31e..de05a27167 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Blogs/BlogPost.cs +++ b/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Blogs/BlogPost.cs @@ -32,8 +32,7 @@ namespace Volo.CmsKit.Blogs [NotNull] string title, [NotNull] string urlSlug, [CanBeNull] string shortDescription = null, - [CanBeNull] string coverImageUrl = null, - bool isPublished = true) + [CanBeNull] string coverImageUrl = null) { BlogId = blogId; SetTitle(title);