Skip to content

Commit 29e377e

Browse files
authored
Update 1.x.php
1 parent 01d8f58 commit 29e377e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bc/1.x.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ class Bot extends \NovaGram\Bot{
66
public function __construct(...$args){
77
trigger_error('Using deprecated '.self::class.', use \\'.parent::class.' instead');
88
parent::__construct(...$args);
9-
$this->json_payload = false;
109
}
1110
}
1211

0 commit comments

Comments
 (0)