ModuleBase fix

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

View File

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