Skip to content

Commit

Permalink
modify :: enum
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Nov 13, 2024
1 parent ffc06d2 commit 91e6251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/dsm/pick2024/domain/bug/domain/Model.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package dsm.pick2024.domain.bug.domain

enum class Model {
WEB, ANDROID, IOS
WEB, ANDROID, IOS, TEACHER
}

0 comments on commit 91e6251

Please sign in to comment.