Избавление от phpdotenv, переработка сборщика
This commit is contained in:
@@ -73,7 +73,6 @@ class LongPoll extends LongPollAbstract
|
||||
} else {
|
||||
$data = $this->robot->request('groups.getLongPollServer', ['group_id' => $this->group_id]);
|
||||
}
|
||||
unset($this->key, $this->server, $this->ts);
|
||||
list($this->key, $this->server, $this->ts) = [$data['key'], $data['server'], $data['ts']];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user