2017-03-27 70 views

回答

0
$push = PushNotification::app('MyApp') 
       ->to($devices) 
       ->send($message); 

dd($push->getFeedback()); // the feedback 

試試上面的代碼,它會奏效。

+0

Laravel 5.2顯示錯誤 異常'Sly \ NotificationPusher \ Exception \ AdapterException'消息'Gcm adapter has no dedicated「getFeedback」method「 –

相關問題