diff --git a/lib/Service/SessionService.php b/lib/Service/SessionService.php index b560cb8ff..8a2ad233b 100644 --- a/lib/Service/SessionService.php +++ b/lib/Service/SessionService.php @@ -91,7 +91,7 @@ class SessionService { $activeSessions = $this->sessionMapper->findAllActive($boardId); foreach ($activeSessions as $session) { - $queue->push("notify_custom", [ + $queue->push('notify_custom', [ 'user' => $session->getUserId(), 'message' => $event, 'body' => $body