parent
9b600a5365
commit
d441da2a80
|
@ -38,11 +38,6 @@ use OCP\Http\Client\IClientService;
|
||||||
use OCP\OCS\IDiscoveryService;
|
use OCP\OCS\IDiscoveryService;
|
||||||
use OCP\ILogger;
|
use OCP\ILogger;
|
||||||
|
|
||||||
/**
|
|
||||||
* Class Notifications
|
|
||||||
*
|
|
||||||
* @package OCA\FederatedFileSharing
|
|
||||||
*/
|
|
||||||
class Notifications {
|
class Notifications {
|
||||||
public const RESPONSE_FORMAT = 'json'; // default response format for ocs calls
|
public const RESPONSE_FORMAT = 'json'; // default response format for ocs calls
|
||||||
|
|
||||||
|
@ -70,18 +65,6 @@ class Notifications {
|
||||||
/** @var ILogger */
|
/** @var ILogger */
|
||||||
private $logger;
|
private $logger;
|
||||||
|
|
||||||
/**
|
|
||||||
* Notifications constructor
|
|
||||||
*
|
|
||||||
* @param AddressHandler $addressHandler
|
|
||||||
* @param IClientService $httpClientService
|
|
||||||
* @param IDiscoveryService $discoveryService
|
|
||||||
* @param ILogger $logger
|
|
||||||
* @param IJobList $jobList
|
|
||||||
* @param ICloudFederationProviderManager $federationProviderManager
|
|
||||||
* @param ICloudFederationFactory $cloudFederationFactory
|
|
||||||
* @param IEventDispatcher $eventDispatcher
|
|
||||||
*/
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
AddressHandler $addressHandler,
|
AddressHandler $addressHandler,
|
||||||
IClientService $httpClientService,
|
IClientService $httpClientService,
|
||||||
|
|
Loading…
Reference in New Issue