Skip to content

Commit c79ba3c

Browse files
authored
Apply fixes from StyleCI (#45)
1 parent 6bf6313 commit c79ba3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FacebookChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function send($notifiable, Notification $notification): array
5454
}
5555

5656
$response = $this->fb->send($message->toArray());
57-
57+
5858
return json_decode($response->getBody()->getContents(), true);
5959
}
6060
}

0 commit comments

Comments
 (0)