diff --git a/src/ApnChannel.php b/src/ApnChannel.php index ae46bc3..99ee5dc 100644 --- a/src/ApnChannel.php +++ b/src/ApnChannel.php @@ -64,7 +64,7 @@ public function __construct( */ public function send($notifiable, Notification $notification) { - $tokens = (array) $notifiable->routeNotificationFor('apn'); + $tokens = (array) $notifiable->routeNotificationFor('apn', $notification); if (empty($tokens)) { return; }