Skip to content

Commit

Permalink
Update 1.x.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skrtdev authored Sep 9, 2020
1 parent 01d8f58 commit 29e377e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bc/1.x.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class Bot extends \NovaGram\Bot{
public function __construct(...$args){
trigger_error('Using deprecated '.self::class.', use \\'.parent::class.' instead');
parent::__construct(...$args);
$this->json_payload = false;
}
}

Expand Down

0 comments on commit 29e377e

Please sign in to comment.