Merge pull request #260 from chlupac/ModuleBase

ModuleBase fix
This commit is contained in:
Shaun Walker 2020-03-06 12:26:36 -05:00 committed by GitHub
commit 2c51c71527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; }