File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
src/Umbraco.Cms.Integrations.Search.Algolia Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ private class AlgoliaMigrationIndexData
68
68
public IEnumerable < AlgoliaMigrationIndexProperty > Properties { get ; set ; }
69
69
}
70
70
71
- public class AlgoliaMigrationIndexContentType
71
+ private class AlgoliaMigrationIndexContentType
72
72
{
73
73
[ JsonPropertyName ( "alias" ) ]
74
74
public string Alias { get ; set ; }
@@ -80,7 +80,7 @@ public class AlgoliaMigrationIndexContentType
80
80
public string Icon { get ; set ; }
81
81
}
82
82
83
- public class AlgoliaMigrationIndexProperty
83
+ private class AlgoliaMigrationIndexProperty
84
84
{
85
85
[ JsonPropertyName ( "alias" ) ]
86
86
public string Alias { get ; set ; }
Original file line number Diff line number Diff line change 1
- using System . Text . Json . Serialization ;
2
-
3
- namespace Umbraco . Cms . Integrations . Search . Algolia . Models . ContentTypeDtos
1
+ namespace Umbraco . Cms . Integrations . Search . Algolia . Models . ContentTypeDtos
4
2
{
5
3
public class ContentTypeDto
6
4
{
You can’t perform that action at this time.
0 commit comments