Избавление от phpdotenv, переработка сборщика

This commit is contained in:
RedHood
2020-09-17 22:27:12 +10:00
parent 7c0fcc392d
commit 48946d9070
14 changed files with 253 additions and 253 deletions

View File

@@ -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']];
}
}