Skip to content

Commit

Permalink
make schema loader internal
Browse files Browse the repository at this point in the history
  • Loading branch information
abaskk-msft committed Jul 18, 2024
1 parent 82f1abb commit 7a07194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Persistence/YamlValidator/SchemaLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Microsoft.PowerPlatform.PowerApps.Persistence.YamlValidator;

public class SchemaLoader
internal class SchemaLoader
{
private const string _schemaFolderPath = "schema";
private const string _subschemaFolderPath = "subschemas";
Expand Down

0 comments on commit 7a07194

Please sign in to comment.