mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 22:51:11 +01:00
Small fix
This commit is contained in:
parent
f0653c92d7
commit
63a727d5a2
@ -48,7 +48,7 @@ namespace tgseclib\Math {
|
||||
public MathBigInteger $real;
|
||||
public function serialize()
|
||||
{
|
||||
throw new \Exception("Can't serialize legacy class!");
|
||||
//throw new \Exception("Can't serialize legacy class!");
|
||||
}
|
||||
public function unserialize($data)
|
||||
{
|
||||
@ -61,7 +61,7 @@ namespace tgseclib\Math {
|
||||
}
|
||||
public function __serialize(): array
|
||||
{
|
||||
throw new \Exception("Can't serialize legacy class!");
|
||||
//throw new \Exception("Can't serialize legacy class!");
|
||||
}
|
||||
public function __unserialize(array $data): void
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user