kely 7 сар өмнө
parent
commit
1a710d93d2

+ 1 - 1
app/Models/Enums/ProjectStatus.php

@@ -8,7 +8,7 @@ enum ProjectStatus: string
 
     case WAIT = 'wait'; //未开始
 
-    case DELAY = "delay"; /
+    case DELAY = "delay"; //延期
 
     case DOING = 'doing'; //进行中