notifications ready fx8

This commit is contained in:
merdan 2022-11-21 10:12:45 +05:00
parent a7b3592058
commit 444b9acc0f
1 changed files with 1 additions and 1 deletions

View File

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