Skip to content

Commit

Permalink
Update Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gentritabazi committed Jan 31, 2021
1 parent 4da7709 commit bb897f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Channels/FirebaseChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class FirebaseChannel
*/
public function send($notifiable, Notification $notification)
{
/** @var FirebaseMessage $message */
/** @var \Kutia\Larafirebase\FirebaseMessage $message */
$message = $notification->toFirebase($notifiable);
}
}

0 comments on commit bb897f7

Please sign in to comment.