From e302de63fa4610a4ccdf626155f7c197e04b6e08 Mon Sep 17 00:00:00 2001 From: merdan Date: Mon, 21 Nov 2022 10:09:56 +0500 Subject: [PATCH] notifications ready fx6 --- packages/Sarga/Admin/src/Http/Firebase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Sarga/Admin/src/Http/Firebase.php b/packages/Sarga/Admin/src/Http/Firebase.php index 564dfa27b..12d86ef07 100644 --- a/packages/Sarga/Admin/src/Http/Firebase.php +++ b/packages/Sarga/Admin/src/Http/Firebase.php @@ -40,7 +40,7 @@ class Firebase $body = json_encode((object)$this); $response = Http::withHeaders([ - 'Authorization' => config('notification.push.token'), + 'Authorization' => config('push.push.token'), 'Content-Type' => 'application/json' ])->withBody($body,'application/json') ->timeout(30)