Rename profile to information

This commit is contained in:
2021-08-14 14:48:10 +02:00
parent a5062cc854
commit 046fe0b0a9
6 changed files with 39 additions and 31 deletions

View File

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