diff --git a/src/Services/Google/Google.php b/src/Services/Google/Google.php index 95e7c8e..2435f9d 100644 --- a/src/Services/Google/Google.php +++ b/src/Services/Google/Google.php @@ -9,7 +9,7 @@ class Google implements Interfaces\ServiceInterface{ private $api_key; - private $host = 'https://android.googleapis.com/gcm/send'; + private $host = 'https://fcm.googleapis.com/fcm/send'; public function __construct($options = array()){ if(isset($options['api_key']))