Rename profile to information

This commit is contained in:
2021-08-14 15:03:14 +02:00
parent 046fe0b0a9
commit 4fa0ef6c92
4 changed files with 12 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import {HttpContextContract} from '@ioc:Adonis/Core/HttpContext'
export default class InformationUpdateValidator {
public schema = schema.create({
age: schema.number.optional(),
hiring_status: schema.string.optional(),
code: schema.string.optional(),
hiring_color: schema.string.optional()
})
public messages = {