1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 13:34:42 +01:00

Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-11-10 19:57:02 +00:00 committed by StyleCI Bot
parent 91a3b029b1
commit 367b0536b9

View File

@ -40,6 +40,7 @@ trait Events
$this->settings['updates']['callback'] = [$this, 'event_update_handler'];
$this->settings['updates']['handle_updates'] = true;
}
public function getEventHandler()
{
return $this->event_handler_instance;