Skip to content

Commit 5cf3f82

Browse files
authored
Make ShellSettings fields readonly (#11850)
1 parent f59b290 commit 5cf3f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OrchardCore/OrchardCore.Abstractions/Shell/ShellSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ namespace OrchardCore.Environment.Shell
1515
/// </summary>
1616
public class ShellSettings
1717
{
18-
private ShellConfiguration _settings;
19-
private ShellConfiguration _configuration;
18+
private readonly ShellConfiguration _settings;
19+
private readonly ShellConfiguration _configuration;
2020

2121
public ShellSettings()
2222
{

0 commit comments

Comments
 (0)