We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f137d53 commit 89b3dbcCopy full SHA for 89b3dbc
1 file changed
src/MTProto.php
@@ -711,6 +711,7 @@ public function getDbSettings(): OrmSettings
711
*/
712
public function __sleep(): array
713
{
714
+ $this->loginState ??= new Publisher(new LoginState($this->authorized, $this->authorized_dc));
715
return [
716
// Databases
717
'referenceDatabase',
0 commit comments