This website works better with JavaScript
Home
Explore
Help
Register
Sign In
kevinlan
/
autocde2.0
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix
peterguo
3 weeks ago
parent
2aa7d1d138
commit
131b5cc39d
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
app/Models/Enums/AssetStatus.php
+ 2
- 0
app/Models/Enums/AssetStatus.php
View File
@@ -18,4 +18,6 @@ enum AssetStatus: string
case SELLING = 'selling';
+ case DONE = 'done';
+
}