From 367b0536b9dad69d486529ec64fd868d2c76747f Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 10 Nov 2018 19:57:02 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/danog/MadelineProto/Wrappers/Events.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/danog/MadelineProto/Wrappers/Events.php b/src/danog/MadelineProto/Wrappers/Events.php index 938ef9e6..32ff3cff 100644 --- a/src/danog/MadelineProto/Wrappers/Events.php +++ b/src/danog/MadelineProto/Wrappers/Events.php @@ -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;