feat : sts

This commit is contained in:
2025-06-11 10:51:18 +08:00
parent 67f07881ce
commit a4ad14c823

View File

@@ -37,7 +37,7 @@ class RankTask
try { try {
(new RankTaskService)->handle(); (new RankTaskService)->handle();
}catch (Exception $e){ }catch (Exception $e){
$this->log->error($e->getMessage()); $this->log->error(__CLASS__.$e->getMessage());
} }
} }
} }