mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 10:31:13 +01:00
Merge branch 'master' of https://github.com/danog/MadelineProto
This commit is contained in:
commit
b00bf4f1f4
@ -42,11 +42,11 @@ class Button extends \Volatile implements \JsonSerializable
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public function __debugInfo() {
|
||||
public function __debugInfo()
|
||||
{
|
||||
return [
|
||||
'data' => $this->data,
|
||||
'info' => ['peer' => $this->info['peer'], 'id' => $this->info['id']]
|
||||
'info' => ['peer' => $this->info['peer'], 'id' => $this->info['id']],
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user