Skip to content

Commit

Permalink
Apply fixes from StyleCI (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored Feb 26, 2020
1 parent 6bf6313 commit c79ba3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FacebookChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function send($notifiable, Notification $notification): array
}

$response = $this->fb->send($message->toArray());

return json_decode($response->getBody()->getContents(), true);
}
}

0 comments on commit c79ba3c

Please sign in to comment.