This commit is contained in:
Daniil Gentili 2019-09-13 13:34:30 +02:00
parent 0702ea6ec9
commit 99d878d4f7

View File

@ -192,7 +192,7 @@ class TempAuthKey extends AuthKey implements JsonSerializable
* *
* @return array * @return array
*/ */
public function __sleep() public function __wakeup()
{ {
$this->inited = (bool) $this->inited; $this->inited = (bool) $this->inited;
} }