1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00

Fix FCM init

This commit is contained in:
Jake Barnby 2024-02-06 04:13:56 +13:00
parent c32545fb49
commit f9e8216781
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -398,7 +398,7 @@ class Messaging extends Action
$credentials['teamId'], $credentials['teamId'],
$credentials['bundleId'], $credentials['bundleId'],
), ),
'fcm' => new FCM($credentials['serviceAccountJSON']), 'fcm' => new FCM(\json_encode($credentials['serviceAccountJSON'])),
default => null default => null
}; };
} }