Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Contacts/Events/ContactInteractedWithEvent.php')
-rw-r--r--lib/public/Contacts/Events/ContactInteractedWithEvent.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Contacts/Events/ContactInteractedWithEvent.php b/lib/public/Contacts/Events/ContactInteractedWithEvent.php
index d2cf19a8d71..1888b7606bf 100644
--- a/lib/public/Contacts/Events/ContactInteractedWithEvent.php
+++ b/lib/public/Contacts/Events/ContactInteractedWithEvent.php
@@ -133,5 +133,4 @@ class ContactInteractedWithEvent extends Event {
$this->federatedCloudId = $federatedCloudId;
return $this;
}
-
}