Skip to content

Commit

Permalink
Update FbBotApp.php
Browse files Browse the repository at this point in the history
add space
  • Loading branch information
wittfabian authored Apr 13, 2019
1 parent 173946e commit 63d1bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FbBotApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function __construct($token, $version = null, $app_secret=null)
}

if (!is_null($app_secret)) {
$this->appsecret_proof= hash_hmac('sha256', $this->token, $app_secret);
$this->appsecret_proof = hash_hmac('sha256', $this->token, $app_secret);
}

$this->apiUrl = $this->baseApiUrl . $version . "/";
Expand Down

0 comments on commit 63d1bf1

Please sign in to comment.