ModuleBase fix

This commit is contained in:
Pavel Vesely
2020-03-06 17:06:30 +01:00
parent fe66600e37
commit 5ef433c6b3

View File

@ -14,10 +14,6 @@ namespace Oqtane.Modules
protected Logger logger => _logger ?? (_logger = new Logger(this));
public ModuleBase()
{
}
[Inject]
protected ILogService LoggingService { get; set; }