notifications ready fx8
This commit is contained in:
parent
a7b3592058
commit
444b9acc0f
|
|
@ -44,7 +44,7 @@ class Firebase
|
|||
'Content-Type' => 'application/json'
|
||||
])->withBody($body,'application/json')
|
||||
->timeout(30)
|
||||
->post(config('notification.push.url'));
|
||||
->post(config('push.push.url'));
|
||||
|
||||
|
||||
if($response->failed())
|
||||
|
|
|
|||
Loading…
Reference in New Issue