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.
2 parents 6373267 + f8dd847 commit b7fad35Copy full SHA for b7fad35
src/Fcm.php
@@ -12,7 +12,7 @@ class Fcm
12
protected $data;
13
protected $notification;
14
15
- public function to($recipient)
+ public function to(array $recipient)
16
{
17
$this->recipient = $recipient;
18
0 commit comments