Skip to content

Commit

Permalink
Fixed comment in IContentGroupService
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsak committed Nov 23, 2024
1 parent 3b1f831 commit 8316eaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/Piranha/Services/IContentGroupService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ public interface IContentGroupService
/// Deletes the given model.
/// </summary>
/// <param name="model">The model</param>
/// <param name="cancellationToken"></param>
Task DeleteAsync(ContentGroup model);
}

0 comments on commit 8316eaf

Please sign in to comment.