From 5ba5d61e0fcf581782ee873ae5031d2aa0fdd379 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 28 Dec 2017 12:13:22 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/danog/MadelineProto/Wrappers/Login.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/danog/MadelineProto/Wrappers/Login.php b/src/danog/MadelineProto/Wrappers/Login.php index 9e3bfd7e..6af41f79 100644 --- a/src/danog/MadelineProto/Wrappers/Login.php +++ b/src/danog/MadelineProto/Wrappers/Login.php @@ -175,6 +175,7 @@ trait Login throw new \danog\MadelineProto\Exception(\danog\MadelineProto\Lang::$current_lang['not_logged_in']); } $this->get_self(); + return [$this->datacenter->curdc, $this->datacenter->sockets[$this->datacenter->curdc]->auth_key['auth_key']]; }