Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from LonnyX/patch-2
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
barryvdh committed Sep 8, 2016
2 parents 9e1b7d2 + a9ca50e commit ee43cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ class AccountApproved extends Notification
return [GcmChannel::class];
}

public function toGcmNotification($notifiable)
public function toGcm($notifiable)
{
return GcmMessage::create()
->badge(1)
Expand Down

0 comments on commit ee43cf6

Please sign in to comment.