notifications ready fx6

This commit is contained in:
merdan 2022-11-21 10:09:56 +05:00
parent 7d0a641d32
commit e302de63fa
1 changed files with 1 additions and 1 deletions

View File

@ -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)