Skip to content

Commit

Permalink
Apply fixes from StyleCI (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Nov 7, 2017
1 parent 3566a0d commit 0641f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FacebookDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public function handover(IncomingMessage $message, $bot)
{
return $this->http->post($this->facebookProfileEndpoint.'me/pass_thread_control?access_token='.$this->config->get('token'), [], [
'recipient' => [
'id' => $message->getSender()
'id' => $message->getSender(),
],
'target_app_id' => self::HANDOVER_INBOX_PAGE_ID,
]);
Expand Down

0 comments on commit 0641f47

Please sign in to comment.