This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
kevinlan
/
autocde2.0
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix
peterguo
hace 3 semanas
padre
2aa7d1d138
commit
131b5cc39d
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
app/Models/Enums/AssetStatus.php
+ 2
- 0
app/Models/Enums/AssetStatus.php
Ver fichero
@@ -18,4 +18,6 @@ enum AssetStatus: string
case SELLING = 'selling';
+ case DONE = 'done';
+
}