You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Laravel 5.8 and v1.0 of this plugin. when I test it out with the code on read me I am getting this error :
Call to undefined method Berkayk\OneSignal\OneSignalFacade::send()
Here is my notification file config
//Import
use OneSignal;
public function __construct($ticket)
{
$this->ticket = $ticket;
}
public function via($notifiable)
{
return ['mail', 'database','OneSignal'];
}
I know this late ==> This happened because that you add another onesignal package which is it (Berkayk\OneSignal) and you have some conflicts due to (bad installation / or bad configuration / or error in importing) of either of these two packages.
Hi
I am using Laravel 5.8 and v1.0 of this plugin. when I test it out with the code on read me I am getting this error :
Call to undefined method Berkayk\OneSignal\OneSignalFacade::send()
Here is my notification file config
The text was updated successfully, but these errors were encountered: