Fix the namespace for PagedModel (#14296)

* Fix the namespace for PagedModel

* Add compat suppressions
This commit is contained in:
Kenn Jacobsen
2023-05-25 11:27:37 +02:00
committed by GitHub
parent 7f798bcc91
commit 53e0227c98
11 changed files with 15 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
namespace Umbraco.New.Cms.Core.Models;
namespace Umbraco.Cms.Core.Models;
public class PagedModel<T>
{