3
0
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:
snipe
2017-03-10 20:57:57 -08:00
parent 73f5457b1b
commit da66eecd74

View File

@ -28,7 +28,6 @@ class User extends SnipeModel implements AuthenticatableContract, CanResetPasswo
protected $casts = [
'activated' => 'boolean',
'employee_num' => 'integer'
];
/**