Skip to content

Commit 19c3006

Browse files
committed
Rename files to fix warnings
1 parent 9dfa361 commit 19c3006

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

text-counter-razor/Pages/Index.cshtml.cs renamed to text-counter-razor/Pages/IndexModel.cshtml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class IndexModel : PageModel
99

1010
public IndexModel(ILogger<IndexModel> logger)
1111
{
12-
_logger = logger;
12+
this._logger = logger;
1313
}
1414

1515
public void OnGet() { }
File renamed without changes.

0 commit comments

Comments
 (0)