main
Jing Li 2024-04-28 17:48:06 +08:00
parent 64ad8614a8
commit dfb2b08cfa
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class TaskHygiene extends Model
return TaskHygieneStatus::Checking;
}
if ($this->isCheckFail()) {
if ($this->isCheckFailed()) {
return TaskHygieneStatus::Unpassed;
}