3 namespace BookStack\Activity\Notifications\Handlers;
5 use BookStack\Activity\Models\Loggable;
6 use BookStack\Users\Models\User;
8 class CommentCreationNotificationHandler implements NotificationHandler
10 public function handle(string $activityType, Loggable|string $detail, User $user): void