We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14201d9 commit d54d20bCopy full SHA for d54d20b
src/ExpoChannel.php
@@ -48,7 +48,7 @@ public function send($notifiable, Notification $notification)
48
$interest = $notifiable->routeNotificationFor('ExpoPushNotifications')
49
?: $this->interestName($notifiable);
50
51
- $interests = [ $interest ];
+ $interests = [$interest];
52
53
try {
54
$this->expo->notify(
0 commit comments