workend on update and create employee functions + validator
This commit is contained in:
@@ -16,7 +16,7 @@ export default class Employee extends BaseModel {
|
||||
public firstName : string
|
||||
|
||||
@column()
|
||||
public lastName : string
|
||||
public lastName : string | undefined
|
||||
|
||||
@column()
|
||||
public shorthand: string
|
||||
|
||||
Reference in New Issue
Block a user