We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59b290 commit 5cf3f82Copy full SHA for 5cf3f82
src/OrchardCore/OrchardCore.Abstractions/Shell/ShellSettings.cs
@@ -15,8 +15,8 @@ namespace OrchardCore.Environment.Shell
15
/// </summary>
16
public class ShellSettings
17
{
18
- private ShellConfiguration _settings;
19
- private ShellConfiguration _configuration;
+ private readonly ShellConfiguration _settings;
+ private readonly ShellConfiguration _configuration;
20
21
public ShellSettings()
22
0 commit comments