diff --git a/src/danog/MadelineProto/APIFactory.php b/src/danog/MadelineProto/APIFactory.php index e7e4c33d..a4651c1d 100644 --- a/src/danog/MadelineProto/APIFactory.php +++ b/src/danog/MadelineProto/APIFactory.php @@ -115,7 +115,6 @@ class APIFactory { $this->namespace = $namespace.'.'; $this->API = $API; - $this->pid = getmypid(); } public function __call($name, $arguments)