From 5dfa409cf5d6baf89e0a494ad46db15bf0291127 Mon Sep 17 00:00:00 2001 From: Leon Morival Date: Tue, 19 May 2026 16:13:38 +0200 Subject: [PATCH] feat: test green blue --- app/Broadcasting/ExpoPushChannel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Broadcasting/ExpoPushChannel.php b/app/Broadcasting/ExpoPushChannel.php index 0f728e9..906f005 100644 --- a/app/Broadcasting/ExpoPushChannel.php +++ b/app/Broadcasting/ExpoPushChannel.php @@ -110,6 +110,7 @@ class ExpoPushChannel 'tokens_count' => $tokens->count(), ]); + return; }