summaryrefslogtreecommitdiffstats
path: root/lib/Interfaces/Internal/SocialAppNotificationInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Interfaces/Internal/SocialAppNotificationInterface.php')
-rw-r--r--lib/Interfaces/Internal/SocialAppNotificationInterface.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Interfaces/Internal/SocialAppNotificationInterface.php b/lib/Interfaces/Internal/SocialAppNotificationInterface.php
index 5863cc7d..e15e1d1b 100644
--- a/lib/Interfaces/Internal/SocialAppNotificationInterface.php
+++ b/lib/Interfaces/Internal/SocialAppNotificationInterface.php
@@ -92,6 +92,17 @@ class SocialAppNotificationInterface implements IActivityPubInterface {
/**
+ * @param ACore $item
+ *
+ * @return ACore
+ * @throws ItemNotFoundException
+ */
+ public function getItem(ACore $item): ACore {
+ throw new ItemNotFoundException();
+ }
+
+
+ /**
* @param string $id
*
* @return ACore