Skip to content

Commit

Permalink
updated ApiExceptionLoggerFilter.cs Fixes #176
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit authored and ankit committed Feb 14, 2017
1 parent 7f60b0e commit 0534eda
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ namespace Promact.Erp.Core.ActionFilters
{
public class ApiExceptionLoggerFilter : IExceptionFilter
{
private ILogger _logger;
private readonly ILogger _logger;

public ApiExceptionLoggerFilter(ILogger logger)
{
Expand Down

0 comments on commit 0534eda

Please sign in to comment.