Skip to content

Commit

Permalink
Update BotFire.php
Browse files Browse the repository at this point in the history
  • Loading branch information
parsgit authored Apr 3, 2020
1 parent 760ba9d commit 96f7756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BotFire.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ public static function loadFile($path)
*/
class BotFireSendMessage
{
private $token,$method;
private $params=[];
public $token,$method;
public $params=[];

function __construct($token,$chat_id)
{
Expand Down

0 comments on commit 96f7756

Please sign in to comment.