This commit is contained in:
KOUNOIKE
2018-10-13 10:24:49 +09:00
parent 023d150d95
commit a66041de88

View File

@@ -1,11 +1,11 @@
package gitbucket.core.api
case class UpdateAUser(
name: String,
email: String,
blog: String,
company: String,
location: String,
hireable: Boolean,
bio: String
)
package gitbucket.core.api
case class UpdateAUser(
name: String,
email: String,
blog: String,
company: String,
location: String,
hireable: Boolean,
bio: String
)