fix
This commit is contained in:
@@ -65,7 +65,7 @@ public function handle(): void
|
|||||||
|
|
||||||
// Get all users that have this package AND have an FCM token
|
// Get all users that have this package AND have an FCM token
|
||||||
$users = $this->packageName->users()
|
$users = $this->packageName->users()
|
||||||
->whereNotNull('package_name_user.fcm_token')
|
->whereNotNull('user_package_name.fcm_token')
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
\Log::info("Found " . $users->count() . " users with FCM tokens for package " . $this->packageName->id);
|
\Log::info("Found " . $users->count() . " users with FCM tokens for package " . $this->packageName->id);
|
||||||
|
|||||||
Reference in New Issue
Block a user