mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 22:35:54 +00:00
Allow string as employee number
This commit is contained in:
@ -28,7 +28,6 @@ class User extends SnipeModel implements AuthenticatableContract, CanResetPasswo
|
||||
|
||||
protected $casts = [
|
||||
'activated' => 'boolean',
|
||||
'employee_num' => 'integer'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user