notifications ready fx6
This commit is contained in:
parent
7d0a641d32
commit
e302de63fa
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue