File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function __construct(OneSignalClient $oneSignal)
2929 public function send ($ notifiable , Notification $ notification )
3030 {
3131 if (! $ userIds = $ notifiable ->routeNotificationFor ('OneSignal ' )) {
32- return null ;
32+ return ;
3333 }
3434
3535 $ payload = $ notification ->toOneSignal ($ notifiable )->toArray ();
Original file line number Diff line number Diff line change 66use GuzzleHttp \Psr7 \Response ;
77use Orchestra \Testbench \TestCase ;
88use Berkayk \OneSignal \OneSignalClient ;
9+ use Psr \Http \Message \ResponseInterface ;
910use NotificationChannels \OneSignal \OneSignalChannel ;
1011use NotificationChannels \OneSignal \Exceptions \CouldNotSendNotification ;
11- use Psr \Http \Message \ResponseInterface ;
1212
1313class ChannelTest extends TestCase
1414{
You can’t perform that action at this time.
0 commit comments