feat: add optional 'dni' and 'telefono' fields to User model and registration process
This commit is contained in:
@@ -19,6 +19,8 @@ class UserResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'nombre_apellido' => $this->nombre_apellido,
|
||||
'email' => $this->email,
|
||||
'dni' => $this->dni,
|
||||
'telefono' => $this->telefono,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user