summaryrefslogtreecommitdiffstats
path: root/lib/Interfaces/Object/FollowInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Interfaces/Object/FollowInterface.php')
-rw-r--r--lib/Interfaces/Object/FollowInterface.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Interfaces/Object/FollowInterface.php b/lib/Interfaces/Object/FollowInterface.php
index 648f0c8e..f831acd7 100644
--- a/lib/Interfaces/Object/FollowInterface.php
+++ b/lib/Interfaces/Object/FollowInterface.php
@@ -185,8 +185,7 @@ class FollowInterface extends AbstractActivityPubInterface implements IActivityP
*/
private function generateNotification(Follow $follow): void {
/** @var SocialAppNotificationInterface $notificationInterface */
- $notificationInterface =
- AP::$activityPub->getInterfaceFromType(SocialAppNotification::TYPE);
+ $notificationInterface = AP::$activityPub->getInterfaceFromType(SocialAppNotification::TYPE);
try {
$follower = $this->cacheActorService->getFromId($follow->getActorId());