Edujugon / PushNotification

PHP and Laravel Package to send push notifications to Android and IOS devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class 'App\Http\Controllers\PushNotification' not found

Rehmani3551 opened this issue · comments

Class 'App\Http\Controllers\PushNotification' not found.

Hi @Rehmani3551 ,

You must add the use statement at the top of the Controller class.

use Edujugon\PushNotification\PushNotification;

thanks Edujugon

Is is work if the app is closed but not signed out from the user?

Could you elaborate your question?
I'm not sure if I understand you correctly

Closing this issue since there is no update from the issue creator.
Feel free to reopen it if needed.