Skip to content

Commit

Permalink
Update FbBotApp.php
Browse files Browse the repository at this point in the history
add ; to $apiVersion
  • Loading branch information
wittfabian authored Apr 4, 2019
1 parent d49774f commit 76496e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FbBotApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ class FbBotApp
*
* @var string
*/
protected $baseApiUrl = 'https://graph.facebook.com/';
protected $baseApiUrl = "https://graph.facebook.com/";

/**
* FB Messenger API version
*
* @var string
*/
protected $apiVersion = 'v2.12'
protected $apiVersion = "v2.12";

/**
* FB Messenger API Url
Expand Down

0 comments on commit 76496e8

Please sign in to comment.