mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -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 = [
|
protected $casts = [
|
||||||
'activated' => 'boolean',
|
'activated' => 'boolean',
|
||||||
'employee_num' => 'integer'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue