@@ -48,7 +48,7 @@ |
||
48 | 48 | $interest = $notifiable->routeNotificationFor('ExpoPushNotifications') |
49 | 49 | ?: $this->interestName($notifiable); |
50 | 50 | |
51 | - $interests = [ $interest ]; |
|
51 | + $interests = [$interest]; |
|
52 | 52 | |
53 | 53 | try { |
54 | 54 | $this->expo->notify( |