Allow usage of analytics adapter (#2327)
* Allow usage of analytics adapter * Use promises in controller
This commit is contained in:
committed by
Florent Vilmart
parent
02edf27f05
commit
d1a6caeee3
@@ -41,6 +41,7 @@ export class Config {
|
||||
this.emailVerifyTokenValidityDuration = cacheInfo.emailVerifyTokenValidityDuration;
|
||||
this.appName = cacheInfo.appName;
|
||||
|
||||
this.analyticsController = cacheInfo.analyticsController;
|
||||
this.cacheController = cacheInfo.cacheController;
|
||||
this.hooksController = cacheInfo.hooksController;
|
||||
this.filesController = cacheInfo.filesController;
|
||||
|
||||
Reference in New Issue
Block a user