]> BookStack Code Mirror - bookstack/blobdiff - app/Activity/Notifications/Handlers/PageUpdateNotificationHandler.php
Notifications: Started core user notification logic
[bookstack] / app / Activity / Notifications / Handlers / PageUpdateNotificationHandler.php
index ef71dccbfb50e277a76336cd117006f8a6f44f74..bbd189d52b19bc07e0facd4ae04ca3f8d4197726 100644 (file)
@@ -3,10 +3,11 @@
 namespace BookStack\Activity\Notifications\Handlers;
 
 use BookStack\Activity\Models\Loggable;
+use BookStack\Users\Models\User;
 
 class PageUpdateNotificationHandler implements NotificationHandler
 {
-    public function handle(string $activityType, Loggable|string $detail): void
+    public function handle(string $activityType, Loggable|string $detail, User $user): void
     {
         // TODO
     }