diff --git a/src/danog/MadelineProto/MTProto.php b/src/danog/MadelineProto/MTProto.php index 02fc5f72..b87f8b4a 100644 --- a/src/danog/MadelineProto/MTProto.php +++ b/src/danog/MadelineProto/MTProto.php @@ -607,7 +607,7 @@ class MTProto extends \Volatile public function reset_session($de = true, $auth_key = false) { if (!is_object($this->datacenter)) { - throw new Exception("The session is corrupted!"); + throw new Exception('The session is corrupted!'); } foreach ($this->datacenter->sockets as $id => $socket) { if ($de) {