mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 04:51:13 +01:00
Update release
This commit is contained in:
parent
ebe06ad96a
commit
2e1b564afc
@ -51,7 +51,7 @@ final class API extends AbstractAPI
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public const RELEASE = '8.0.0-beta120';
|
||||
public const RELEASE = '8.0.0-beta121';
|
||||
/**
|
||||
* Secret chat was not found.
|
||||
*
|
||||
|
@ -37,7 +37,7 @@ final class LightState
|
||||
public function __construct(MTProto $API)
|
||||
{
|
||||
if ($API->hasEventHandler()) {
|
||||
$this->eventHandler = \get_class($API->getEventHandler());
|
||||
$this->eventHandler = $API->getEventHandler()::class;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user