summaryrefslogtreecommitdiffstats
path: root/lib/private/Federation/CloudFederationNotification.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Federation/CloudFederationNotification.php')
-rw-r--r--lib/private/Federation/CloudFederationNotification.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/Federation/CloudFederationNotification.php b/lib/private/Federation/CloudFederationNotification.php
index c8ec13e1954..ad1d689dcd0 100644
--- a/lib/private/Federation/CloudFederationNotification.php
+++ b/lib/private/Federation/CloudFederationNotification.php
@@ -33,7 +33,6 @@ use OCP\Federation\ICloudFederationNotification;
* @since 14.0.0
*/
class CloudFederationNotification implements ICloudFederationNotification {
-
private $message = [];
/**
@@ -53,7 +52,6 @@ class CloudFederationNotification implements ICloudFederationNotification {
'providerId' => $providerId,
'notification' => $notification,
];
-
}
/**