mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Allow string as employee number
This commit is contained in:
parent
73f5457b1b
commit
da66eecd74
|
@ -28,7 +28,6 @@ class User extends SnipeModel implements AuthenticatableContract, CanResetPasswo
|
|||
|
||||
protected $casts = [
|
||||
'activated' => 'boolean',
|
||||
'employee_num' => 'integer'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue