This commit is contained in:
2025-12-12 20:17:07 +03:30
parent b19ffc08c6
commit be0abcb614
+1 -1
View File
@@ -65,7 +65,7 @@ public function handle(): void
// Get all users that have this package AND have an FCM token
$users = $this->packageName->users()
->whereNotNull('package_name_user.fcm_token')
->whereNotNull('user_package_name.fcm_token')
->get();
\Log::info("Found " . $users->count() . " users with FCM tokens for package " . $this->packageName->id);