update: command

This commit is contained in:
tokumeikoi
2022-01-22 02:06:53 +08:00
parent 6f849664cc
commit e89c84ad0e
4 changed files with 54 additions and 1 deletions

View File

@ -42,6 +42,7 @@ class V2boardStatistics extends Command
*/
public function handle()
{
ini_set('memory_limit', -1);
$this->statOrder();
$this->statServer();
}