mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 08:54:44 +01:00
cs-fix
This commit is contained in:
parent
6d3f4336b1
commit
f06cce31ed
@ -479,7 +479,7 @@ abstract class EventHandler extends AbstractAPI
|
||||
}
|
||||
public function __destruct()
|
||||
{
|
||||
if (\method_exists($this, 'onStop')) {
|
||||
if (method_exists($this, 'onStop')) {
|
||||
$this->onStop();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user