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 6373267 commit f8dd847Copy full SHA for f8dd847
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