Skip to content

Commit

Permalink
Merge pull request #3722 from pampua84/main
Browse files Browse the repository at this point in the history
Modify access modifier in GlobalModeSetting class.
  • Loading branch information
arturcic authored Oct 9, 2023
2 parents f25cef2 + 71b1789 commit 205a530
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal class GlobalModeSetting : ConfigInitWizardStep
private ConfigInitWizardStep returnToStep;
private bool isPartOfWizard;

protected GlobalModeSetting(IConsole console, IFileSystem fileSystem, ILog log, IConfigInitStepFactory stepFactory) : base(console, fileSystem, log, stepFactory)
public GlobalModeSetting(IConsole console, IFileSystem fileSystem, ILog log, IConfigInitStepFactory stepFactory) : base(console, fileSystem, log, stepFactory)
{
}

Expand Down

0 comments on commit 205a530

Please sign in to comment.