Fix: Use correct ILogger interface instead of OCP\Util\Logger type
This commit is contained in:
@@ -7,8 +7,7 @@ namespace OCA\AnalyticsHub\Service;
|
||||
use OCA\AnalyticsHub\Model\ClientConfig;
|
||||
use OCA\AnalyticsHub\AppInfo\Application;
|
||||
use OCP\IConfig;
|
||||
use OCP\Util\Logger;
|
||||
use OCP\Util\SimplePDOMapper;
|
||||
use OCP\ILogger;
|
||||
|
||||
/**
|
||||
* Google Analytics Data API v1 Service
|
||||
@@ -17,7 +16,7 @@ use OCP\Util\SimplePDOMapper;
|
||||
class GoogleAnalyticsService {
|
||||
|
||||
private IConfig $config;
|
||||
private ?Logger $logger;
|
||||
private ?ILogger $logger;
|
||||
private ?DatabaseService $dbService;
|
||||
|
||||
// GA4 API endpoints
|
||||
|
||||
Reference in New Issue
Block a user